SilverScreen Solid Modeler

SPACE        

SPACE        

Previous topic Next topic  

SPACE        

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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

Member

Description

horz

A point indicating the direction of he x-axis.

vert

A point indicating the direction of the y-axis.

base

The basepoint of the coordinate system.

 

 

See Also

xyz_add, xyz_mult

 

Header

silver.h, ssnodes.h