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