Searched refs:transformMat3f (Results 1 – 3 of 3) sorted by relevance
40 void transformMat3f(vec3f& out, const vec3f& a, const mat3& m);
98 void transformMat3f(vec3f& out, const vec3f& a, const mat3& m) { in transformMat3f() function
26 matrix::transformMat3f(lightPos, lightPos, lightMat); in lightPosition()