Searched refs:mat4x4_translate_in_place (Results 1 – 1 of 1) sorted by relevance
172 static inline void mat4x4_translate_in_place(mat4x4 M, float x, float y, float z) in mat4x4_translate_in_place() function423 mat4x4_translate_in_place(m, -eye[0], -eye[1], -eye[2]); in mat4x4_look_at()