v2.0.2
Public Attributes | List of all members
CC3Ray Struct Reference

#include <CC3Foundation.h>

Public Attributes

CC3Vector direction
 
CC3Vector startLocation
 

Detailed Description

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.

Member Data Documentation

CC3Vector CC3Ray::direction

The direction in which the ray points.

CC3Vector CC3Ray::startLocation

The location where the ray starts.


The documentation for this struct was generated from the following file: