#include <CC3Foundation.h>
Public Attributes | |
CC3Vector | direction |
CC3Vector | startLocation |
Defines a ray or line in 3D space, by specifying a starting location and direction.
For a line, the startLocation can variously be interpreted as the location of any point on the line.
CC3Vector CC3Ray::direction |
The direction in which the ray points.
CC3Vector CC3Ray::startLocation |
The location where the ray starts.