HomeSort by relevance Sort by last modified time
    Searched refs:eulerRotate (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
Matrix.hpp 95 static Matrix eulerRotate(const Vector &v);
96 static Matrix eulerRotate(float x, float y, float z);
Matrix.cpp 337 Matrix Matrix::eulerRotate(const Vector &v)
354 Matrix Matrix::eulerRotate(float x, float y, float z)
356 return eulerRotate(Vector(x, y, z));

Completed in 103 milliseconds