Home
last modified time | relevance | path

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

/third_party/flutter/glfw/deps/
Dlinmath.h357 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, float n, float f) in mat4x4_perspective() argument
361 float const a = 1.f / (float) tan(y_fov / 2.f); in mat4x4_perspective()