Searched refs:vec3_sub (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/demos/ |
D | linmath.h | 38 static inline void vec3_sub(vec3 r, vec3 const a, vec3 const b) { in vec3_sub() function 317 vec3_sub(R[1], R[1], h); in mat4x4_orthonormalize() 322 vec3_sub(R[1], R[1], h); in mat4x4_orthonormalize() 327 vec3_sub(R[0], R[0], h); in mat4x4_orthonormalize() 397 vec3_sub(f, center, eye); in mat4x4_look_at()
|