SilverScreen Solid Modeler

xyz_round

xyz_round

Previous topic Next topic  

xyz_round

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void xyz_round ( SS_XYZ *xyz )

 

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

 

 

 

 

 




Synopsis

#include "silver.h"

 

The xyz_round function examines each of the x , y and z components of xyz , and if it is within epsilon (the system equality threshhold) of zero, sets it equal to zero.

 

 

Parameters

xyz is the address of a 3D point.

 

 

Return Value

none.

 

See Also

xyz_zero