SilverScreen Solid Modeler

xyz_mult

xyz_mult

Previous topic Next topic  

xyz_mult

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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

xyz_div