Home
last modified time | relevance | path

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

/frameworks/native/libs/math/include/math/
Dmat4.h281 enum class Fov { enum
285 …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()