Lines Matching refs:fZ
264 Vec3( const float fX, const float fY, const float fZ ) in Vec3() argument
268 z_ = fZ; in Vec3()
473 void Value( float& fX, float& fY, float& fZ ) in Value() argument
477 fZ = z_; in Value()
505 Vec4( const float fX, const float fY, const float fZ, const float fW ) in Vec4() argument
509 z_ = fZ; in Vec4()
733 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() argument
737 fZ = z_; in Value()
917 static Mat4 Translation( const float fX, const float fY, const float fZ );
979 Quaternion( const float fX, const float fY, const float fZ, const float fW ) in Quaternion() argument
983 z_ = fZ; in Quaternion()
1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() argument
1110 fZ = z_; in Value()