|
||
SS_XYZ get_world_xyz ( SS_XYZ *world_xyz )
SS_XYZ *world_xyz; // A pointer to an SS_XYZ data type
|
|
|
Synopsis |
#include "silver.h"
The get_world_xyz function retrieves the location of the 3D cursor in world-space coordinates
|
|
Parameters |
world_xyz is a pointer to an SS_XYZ data type that will receive the 3D cursor position
|
|
Return Value |
get_world_xyz returns an SS_XYZ data type
|
|
Remarks |
If there is no current drawing, then the value returned is the origin of the Cartesian coordinate system (or 0,0,0). The parameter world_xyz must not be NULL.
|
|
See Also |
|