|  | ||
| 
 | 
 int point_vs_solid ( char *path, SS_XYZ *p ) 
 char *path; // path to object SS_XYZ *p; // address of 3D point 
 | 
 | ||||||||||||||||
| Synopsis | #include "silver.h" 
 The point_vs_solid function tests the relationship between the point at p , and the solid object specified by path. The object must be a valid solid. 
 | 
 | ||||||||||||||||
| Parameters | path is a null-terminated string that contains the full path to a SilverScreen object. p is the address of a 3D point. 
 | 
 | ||||||||||||||||
| Return Value | point_vs_solid returns one of: 
 
 | 
 | ||||||||||||||||
| 
 | 
 |