Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/Imath/
DImathFrustum.h420 T twoTimesNear = 2 * _nearPlane; in projectionMatrix() local
423 abs(twoTimesNear) > limits<T>::max() * abs(rightMinusLeft)) || in projectionMatrix()
425 abs(twoTimesNear) > limits<T>::max() * abs(topMinusBottom))) in projectionMatrix()
431 T E = twoTimesNear / rightMinusLeft; in projectionMatrix()
432 T F = twoTimesNear / topMinusBottom; in projectionMatrix()