#include <VTFMathlib.h>
Public Member Functions | |
| VectorAligned (vlSingle vX, vlSingle vY, vlSingle vZ) | |
| Initialise the vector with the three given values. | |
| VectorAligned (void) | |
| Initialise the vector defaulting all values to zero. | |
Public Attributes | |
| vlSingle | x |
| Vector value in the X axis. | |
| vlSingle | y |
| Vector value in the Y axis. | |
| vlSingle | z |
| Vector value in the Z axis. | |
An aligned 3D Vector class with data alignment set by CACHE_ALIGN. Can be initialized with a value or set to zero by default.
Initialise the vector with the three given values.
| VectorAligned::VectorAligned | ( | void | ) | [inline] |
Initialise the vector defaulting all values to zero.
Vector value in the X axis.
Vector value in the Y axis.
Vector value in the Z axis.
1.5.4