|
||
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 |
|
|
|
|