SilverScreen Solid Modeler

xyz_div

xyz_div

Previous topic Next topic  

xyz_div

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

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

xyz_mult