Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dvecmath.cpp187 Mat4 Mat4::RotationX(const float fAngle) { in RotationX() argument
191 fCosine = cosf(fAngle); in RotationX()
192 fSine = sinf(fAngle); in RotationX()
213 Mat4 Mat4::RotationY(const float fAngle) { in RotationY() argument
217 fCosine = cosf(fAngle); in RotationY()
218 fSine = sinf(fAngle); in RotationY()
239 Mat4 Mat4::RotationZ(const float fAngle) { in RotationZ() argument
243 fCosine = cosf(fAngle); in RotationZ()
244 fSine = sinf(fAngle); in RotationZ()