VTFLib
A C and C++ API that, with a few simple functions, can open and save .vtf and .vmt files.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Data Fields
VectorAligned Class Reference

Simple Aligned 3D Vector class. More...

#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.
 

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.
 

Detailed Description

Simple Aligned 3D Vector class.

An aligned 3D Vector class with data alignment set by CACHE_ALIGN. Can be initialized with a value or set to zero by default.

See Also
CACHE_ALIGN

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