Searched refs:twoTimesNear (Results 1 – 1 of 1) sorted by relevance
420 T twoTimesNear = 2 * _nearPlane; in projectionMatrix() local423 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()