SilverScreen Solid Modeler

w_to_c

w_to_c

Previous topic Next topic  

w_to_c

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void w_to_c ( SS_XYZ *p1, SS_XYZ *p2 )

 

SS_XYZ *p1;       // address of a 3D point

SS_XYZ *p2;       // address of a 3D point

 

 




Synopsis

#include "silver.h"

 

The w_to_c function converts a point p1 in W-space to a point p2 in the current C-space.

 

 

Parameters

p1 and p2 are both pointers to SS_XYZ structures.

 

 

Return Value

None, the result is stored into p2 .

 

 

Comments

c_to_w is the inverse of w_to_c .

 

 

See Also

c_to_w