Searched refs:lookAtXyzRot (Results 1 – 3 of 3) sorted by relevance
152 void lookAtXyzRot(float m44[], const float eye3[], const float rot3[]);
481 void lookAtXyzRot(float m44[], const float eye3[], const float rot3[]) { in lookAtXyzRot() function
679 abc3d::lookAtXyzRot(viewMatrix44, cam.pos3, cam.rotXYZ3); in drawScene()