Lines Matching refs:fW
505 Vec4( const float fX, const float fY, const float fZ, const float fW ) in Vec4() argument
510 w_ = fW; in Vec4()
521 Vec4( const Vec3& vec, const float fW ) in Vec4() argument
526 w_ = fW; in Vec4()
733 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() argument
738 fW = w_; in Value()
979 Quaternion( const float fX, const float fY, const float fZ, const float fW ) in Quaternion() argument
984 w_ = fW; in Quaternion()
987 Quaternion( const Vec3 vec, const float fW ) in Quaternion() argument
992 w_ = fW; in Quaternion()
1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() argument
1111 fW = w_; in Value()