Home
last modified time | relevance | path

Searched refs:mat4x4_translate_in_place (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/glfw/deps/
Dlinmath.h172 static inline void mat4x4_translate_in_place(mat4x4 M, float x, float y, float z) in mat4x4_translate_in_place() function
423 mat4x4_translate_in_place(m, -eye[0], -eye[1], -eye[2]); in mat4x4_look_at()