Searched refs:radiansZ (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuMatrixUtil.hpp43 Matrix<float, 3, 3> rotationMatrixZ (float radiansZ);
109 inline Matrix<float, 3, 3> rotationMatrixZ (float radiansZ) argument
112 float c = deFloatCos(radiansZ);
113 float s = deFloatSin(radiansZ);

Completed in 585 milliseconds