Lines Matching refs:_top
120 T top() const { return _top; } in top()
177 T _top; variable
226 _top = f._top;
242 _top == src._top &&
262 _top = t; in set()
276 Line3<T> upperRight( Vec3<T>(0,0,0), Vec3<T>(_right,_top,-_nearPlane) ); in modifyNearAndFar()
285 _top = ur.y; in modifyNearAndFar()
312 _top = ((_right - _left) / aspect) / two; in set()
313 _bottom = -_top; in set()
317 _top = nearPlane * Math<T>::tan(fovy / two); in set()
318 _bottom = -_top; in set()
319 _right = (_top - _bottom) * aspect / two; in set()
336 return Math<T>::atan2(_top,_nearPlane) - Math<T>::atan2(_bottom,_nearPlane); in fovy()
343 T topMinusBottom = _top-_bottom; in aspect()
361 T topPlusBottom = _top+_bottom; in projectionMatrix()
362 T topMinusBottom = _top-_bottom; in projectionMatrix()
446 (_top == _bottom); in degenerate()
465 _bottom + (_top-_bottom) * (1.f+s.y) / 2.f ); in screenToLocal()
473 T bottomPlusTop = _bottom - T (2) * p.y + _top; in localToScreen()
474 T bottomMinusTop = _bottom-_top; in localToScreen()
656 Vec3<T> b( _left, _top, -_nearPlane); in planes()
657 Vec3<T> c( _right, _top, -_nearPlane); in planes()
668 p[0].set( Vec3<T>( 0, 1, 0), _top ); in planes()
687 Vec3<T> b = Vec3<T>( _left, _top, -_nearPlane) * M; in planes()
688 Vec3<T> c = Vec3<T>( _right, _top, -_nearPlane) * M; in planes()
695 T farTop = (T) (s * _top); in planes()
711 Vec3<T> f = Vec3<T>( _left, _top, -_farPlane) * M; in planes()
712 Vec3<T> g = Vec3<T>( _right, _top, -_farPlane) * M; in planes()