#include <math.h>
Public Member Functions | |
Vector4 () | |
Vector4 (float X, float Y, float Z, float W) | |
bool | operator== (const Vector4 &v) const throw () |
bool | operator!= (const Vector4 &v) const throw () |
Public Attributes | |
union { | |
struct { | |
float x | |
float y | |
float z | |
float w | |
} | |
double m_dAlignDummy | |
__m128 m_VecSSE | |
}; | |
union { ... } |