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