Searched refs:farTimesNear (Results 1 – 1 of 1) sorted by relevance
410 T farTimesNear = -2 * _farPlane * _nearPlane; in projectionMatrix() local412 abs(farTimesNear) > limits<T>::max() * abs(farMinusNear)) in projectionMatrix()418 T D = farTimesNear / farMinusNear; in projectionMatrix()539 T farTimesNear = 2 * _farPlane * _nearPlane; in normalizedZToDepth() local543 abs(farTimesNear) > limits<T>::max() * abs(farMinusNear)) in normalizedZToDepth()551 return farTimesNear / farMinusNear; in normalizedZToDepth()580 T farTimesNear = 2*_farPlane*_nearPlane; in DepthToZ() local582 abs(farTimesNear) > limits<T>::max() * abs(depth)) in DepthToZ()589 T farPlusNear = farTimesNear/depth + _farPlane + _nearPlane; in DepthToZ()