Searched refs:fovy (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathFrustum.h80 Frustum(T near, T far, T fovx, T fovy, T aspect);
105 void set(T near, T far, T fovx, T fovy, T aspect);
142 T fovy() const;
211 inline Frustum<T>::Frustum(T near, T far, T fovx, T fovy, T aspect) argument
213 set(near,far,fovx,fovy,aspect);
304 void Frustum<T>::set(T near, T far, T fovx, T fovy, T aspect) argument
306 if (fovx != 0 && fovy != 0)
307 throw Iex::ArgExc ("fovx and fovy cannot both be non-zero.");
318 _top = near * Math<T>::tan(fovy/2.0);
335 T Frustum<T>::fovy() cons function in class:Imath::Frustum
[all...]

Completed in 33 milliseconds