|
||
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 |
|
|
|
|