Searched defs:fW (Results 1 – 1 of 1) sorted by relevance
/development/ndk/sources/android/ndk_helper/ |
D | vecmath.h | 505 Vec4( const float fX, const float fY, const float fZ, const float fW ) in Vec4() 521 Vec4( const Vec3& vec, const float fW ) in Vec4() 733 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value() 979 Quaternion( const float fX, const float fY, const float fZ, const float fW ) in Quaternion() 987 Quaternion( const Vec3 vec, const float fW ) in Quaternion() 1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value()
|