VectorAligned Class Reference

Simple Aligned 3D Vector class. More...

#include <VTFMathlib.h>

List of all members.

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.


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

Constructor & Destructor Documentation

VectorAligned::VectorAligned ( vlSingle  vX,
vlSingle  vY,
vlSingle  vZ 
) [inline]

Initialise the vector with the three given values.

VectorAligned::VectorAligned ( void   )  [inline]

Initialise the vector defaulting all values to zero.


Member Data Documentation

vlSingle VectorAligned::x

Vector value in the X axis.

vlSingle VectorAligned::y

Vector value in the Y axis.

vlSingle VectorAligned::z

Vector value in the Z axis.


The documentation for this class was generated from the following file:
Generated on Fri Dec 28 23:26:23 2007 for VTFLib 1.2.7 by  doxygen 1.5.4