Represents a 3-dimensional vector for certain ObjectAL properties. More...
#include <ALTypes.h>
Public Attributes | |
| float | x |
| The "X" coordinate. More... | |
| float | y |
| The "Y" coordinate. More... | |
| float | z |
| The "Z" coordinate. More... | |
Represents a 3-dimensional vector for certain ObjectAL properties.
Properties are the same as for ALPoint.
| float ALVector::x |
The "X" coordinate.
| float ALVector::y |
The "Y" coordinate.
| float ALVector::z |
The "Z" coordinate.
1.8.3.1