Searched refs:y_fov (Results 1 – 1 of 1) sorted by relevance
363 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, in mat4x4_perspective() argument367 float const a = (float)(1.f / tan(y_fov / 2.f)); in mat4x4_perspective()