|
||
int tm_espace( char *path, MATRIX tm )
char *path; // entity path string MATRIX tm; // transformation matrix to receive result
|
|
|
Synopsis |
#include "silver.h"
The tm_espace function places the e-space matrix for the entity specified by path in tm . This matrix provides the transformation from w-space to the e-space of the entity. tm_inverse can be used to on this matrix to get a transfomation matrix that transforms e-space to w-space.
|
|
Parameters |
path is the full path name of an entity in the current drawing. tm is the address of a 4x4 array of doubles.
|
|
Return Value |
tm_espace returns 1 if the specified entity exists, and 0 otherwise.
|
|
See Also |
|
|
|
|