|
||
SPACE |
||||||||||
Structure |
A data type used to represent the basepoint, horizontal axis, and vertical axis of a 3D coordinate system, such as the construction space (c-space).
struct SPACE { SS_XYZ horz; SS_XYZ vert; SS_XYZ base; };
|
|||||||||
Members |
|
|||||||||
See Also |
|
|||||||||
Header |
silver.h, ssnodes.h |
|||||||||