Home
last modified time | relevance | path

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

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