|
||
void xyz_div ( SS_XYZ *xyz, double divisor )
SS_XYZ *xyz; // address of a 3D point double divisor; // divisor value
|
|
|
Synopsis |
#include "silver.h"
The xyz_div function divides each of the x , y and z components of xyz by divisor .
|
|
Parameters |
xyz is the address of a 3D point. divisor is any non-zero double value.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|