HatchitMath
|
Public Member Functions | |
Scalar (float _val) | |
Scalar (__m128 _val) | |
const float | operator[] (int index) |
operator float (void) const | |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
_MM_ALIGN16 float | m_array [4] |
__m128 | m_data |