Home
last modified time | relevance | path

Searched defs:fov (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
Dfield_of_view.h25 explicit FieldOfView(const float* fov) in FieldOfView()
/frameworks/native/libs/math/include/math/
Dmat4.h473 CONSTEXPR TMat44<T> TMat44<T>::perspective(T fov, T aspect, T near, T far, TMat44::Fov direction) { in perspective()