Home
last modified time | relevance | path

Searched refs:fAngle (Results 1 – 1 of 1) sorted by relevance

/development/ndk/sources/android/ndk_helper/
Dvecmath.cpp190 Mat4 Mat4::RotationX( const float fAngle ) in RotationX() argument
195 fCosine = cosf( fAngle ); in RotationX()
196 fSine = sinf( fAngle ); in RotationX()
217 Mat4 Mat4::RotationY( const float fAngle ) in RotationY() argument
222 fCosine = cosf( fAngle ); in RotationY()
223 fSine = sinf( fAngle ); in RotationY()
245 Mat4 Mat4::RotationZ( const float fAngle ) in RotationZ() argument
250 fCosine = cosf( fAngle ); in RotationZ()
251 fSine = sinf( fAngle ); in RotationZ()