VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
|
Simple 3D Vector class. More...
#include <VTFMathlib.h>
Public Member Functions | |
void | Init (vlSingle vX, vlSingle vY, vlSingle vZ) |
Initialise the vector with the three given values. | |
void | Init (void) |
Initialise the vector defaulting all values to zero. | |
Data Fields | |
vlSingle | x |
Vector value in the X axis. | |
vlSingle | y |
Vector value in the Y axis. | |
vlSingle | z |
Vector value in the Z axis. | |