Represents an orientation, consisting of an "at" vector (representing the "forward" direction), and the "up" vector (representing "up" for the subject). More...
#include <ALTypes.h>
Public Attributes | |
| ALVector | at |
| The "at" vector, representing "forward". More... | |
| ALVector | up |
| The "up" vector, representing "up". More... | |
Represents an orientation, consisting of an "at" vector (representing the "forward" direction), and the "up" vector (representing "up" for the subject).
| ALVector ALOrientation::at |
The "at" vector, representing "forward".
| ALVector ALOrientation::up |
The "up" vector, representing "up".
1.8.3.1