SilverScreen Solid Modeler

xyz_clear

xyz_clear

Previous topic Next topic  

xyz_clear

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void xyz_clear ( SS_XYZ *xyz )

 

SS_XYZ *xyz;      // address of a 3D point to clear

 

 

 




Synopsis

#include "silver.h"

 

The xyz_clear function sets each of the members of xyz to zero (0.0).

 

 

Parameters

xyz is the address of a 3D point.

 

 

Return Value

None.