Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathFrustum.h364 T farPlusNear = _farPlane+_nearPlane; in projectionMatrix() local
372 abs(farPlusNear) > limits<T>::max() * abs(farMinusNear))) in projectionMatrix()
382 T tz = -farPlusNear / farMinusNear; in projectionMatrix()
408 T C = -farPlusNear / farMinusNear; in projectionMatrix()
563 T farPlusNear = 2*depth + _farPlane + _nearPlane; in DepthToZ() local
566 abs(farPlusNear) > limits<T>::max() * abs(farMinusNear)) in DepthToZ()
573 T Zp = -farPlusNear/farMinusNear; in DepthToZ()
589 T farPlusNear = farTimesNear/depth + _farPlane + _nearPlane; in DepthToZ() local
591 abs(farPlusNear) > limits<T>::max() * abs(farMinusNear)) in DepthToZ()
598 T Zp = farPlusNear/farMinusNear; in DepthToZ()