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