Home
last modified time | relevance | path

Searched defs:fZ (Results 1 – 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
Dvecmath.h264 Vec3( const float fX, const float fY, const float fZ ) in Vec3()
473 void Value( float& fX, float& fY, float& fZ ) in Value()
505 Vec4( const float fX, const float fY, const float fZ, 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()
1106 void Value( float& fX, float& fY, float& fZ, float& fW ) in Value()
Dvecmath.cpp272 Mat4 Mat4::Translation( const float fX, const float fY, const float fZ ) in Translation()