Searched refs:farPlusNear (Results 1 – 1 of 1) sorted by relevance
364 T farPlusNear = _farPlane+_nearPlane; in projectionMatrix() local372 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() local566 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() local591 abs(farPlusNear) > limits<T>::max() * abs(farMinusNear)) in DepthToZ()598 T Zp = farPlusNear/farMinusNear; in DepthToZ()