#include <WmlVector4.h>
Inherits Vector< 4, Real >.
Public Member Functions | |
| Vector4 () | |
| Vector4 (Real fX, Real fY, Real fZ, Real fW) | |
| Vector4 (const Vector4 &rkV) | |
| Vector4 (const Vector< 4, Real > &rkV) | |
| Vector4 (DigitalSpaces::in_Vector4f *pVec4) | |
| Real | X () const |
| Real & | X () |
| Real | Y () const |
| Real & | Y () |
| Real | Z () const |
| Real & | Z () |
| Real | W () const |
| Real & | W () |
| operator DigitalSpaces::in_Vector4f * () const | |
| operator DigitalSpaces::out_Vector4f * () | |
| Vector4 & | operator= (const Vector4 &rkV) |
| Vector4 & | operator= (const Vector< 4, Real > &rkV) |
Static Public Attributes | |
| static const Vector4 | ZERO |
| static const Vector4 | UNIT_X |
| static const Vector4 | UNIT_Y |
| static const Vector4 | UNIT_Z |
| static const Vector4 | UNIT_W |
| Wml::Vector4< Real >::Vector4 | ( | ) |
| Wml::Vector4< Real >::Vector4 | ( | Real | fX, | |
| Real | fY, | |||
| Real | fZ, | |||
| Real | fW | |||
| ) |
| Wml::Vector4< Real >::Vector4 | ( | const Vector4< Real > & | rkV | ) |
| Wml::Vector4< Real >::Vector4 | ( | const Vector< 4, Real > & | rkV | ) |
| Wml::Vector4< Real >::Vector4 | ( | DigitalSpaces::in_Vector4f * | pVec4 | ) |
| Real Wml::Vector4< Real >::X | ( | ) | const |
| Real& Wml::Vector4< Real >::X | ( | ) |
| Real Wml::Vector4< Real >::Y | ( | ) | const |
| Real& Wml::Vector4< Real >::Y | ( | ) |
| Real Wml::Vector4< Real >::Z | ( | ) | const |
| Real& Wml::Vector4< Real >::Z | ( | ) |
| Real Wml::Vector4< Real >::W | ( | ) | const |
| Real& Wml::Vector4< Real >::W | ( | ) |
| Wml::Vector4< Real >::operator DigitalSpaces::in_Vector4f * | ( | ) | const |
| Wml::Vector4< Real >::operator DigitalSpaces::out_Vector4f * | ( | ) |
| Vector4& Wml::Vector4< Real >::operator= | ( | const Vector4< Real > & | rkV | ) |
| Vector4& Wml::Vector4< Real >::operator= | ( | const Vector< 4, Real > & | rkV | ) |
const Vector4 Wml::Vector4< Real >::ZERO [static] |
const Vector4 Wml::Vector4< Real >::UNIT_X [static] |
const Vector4 Wml::Vector4< Real >::UNIT_Y [static] |
const Vector4 Wml::Vector4< Real >::UNIT_Z [static] |
const Vector4 Wml::Vector4< Real >::UNIT_W [static] |
1.5.6