Searched refs:Matrix3x3 (Results 1 – 3 of 3) sorted by relevance
1 typedef Matrix<float,3,3> Matrix3x3; typedef2 Matrix3x3 m = Matrix3x3::Random();
87 static void computeNormalMatrix(Matrix4x4 m, Matrix3x3 normal) in computeNormalMatrix()195 Matrix3x3 normalMatrix; in bindShaderProgram()
12 typedef float Matrix3x3[9]; typedef