Searched refs:Fov (Results 1 – 1 of 1) sorted by relevance
281 enum class Fov { enum285 …static CONSTEXPR TMat44 perspective(T fov, T aspect, T near, T far, Fov direction = Fov::VERTICAL);473 CONSTEXPR TMat44<T> TMat44<T>::perspective(T fov, T aspect, T near, T far, TMat44::Fov direction) { in perspective()477 if (direction == TMat44::Fov::VERTICAL) { in perspective()