HatchitMath
Public Member Functions | Protected Attributes | List of all members
Hatchit::Math::MMBaseVector Class Reference
Inheritance diagram for Hatchit::Math::MMBaseVector:
Hatchit::Math::Scalar

Public Member Functions

void * operator new (size_t _size)
 
void operator delete (void *p)
 
 operator const __m128 (void) const
 
float getX (void)
 
float getY (void)
 
float getZ (void)
 
float getW (void)
 
void setX (float x)
 
void setY (float y)
 
void setZ (float z)
 
void setW (float w)
 
float * getArray (void)
 

Protected Attributes

_MM_ALIGN16 float m_array [4]
 
__m128 m_data
 

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