|
||
void get_cspace ( SS_XYZ *vert, SS_XYZ *base, SS_XYZ *horz )
SS_XYZ *vert; // address of 3D point to receive y-axis direction SS_XYZ *base; // address of 3D point to receive c-space origin SS_XYZ *horz; // address of 3D point to receive x-axis direction
|
|
|
Synopsis |
#include "silver.h"
The get_cspace function determines a point and two directions that define the current construction space.
|
|
Parameters |
vert is the address of a 3D point that is to receive the y-axis direction. base is the address of a 3D point that is to receive the c-space origin. horz is the address of a 3D point that is to receive the x-axis direction.
|
|
Return Value |
none.
|
|
|
|