4 Data Structures
TQ3Ray3D
data type. Figure 4-9 shows a ray.
typedef struct TQ3Ray3D { TQ3Point3D origin; TQ3Vector3D direction; } TQ3Ray3D;origin
The origin of the ray.direction
The direction of the ray.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker