Lines Matching refs:_bottom
119 T bottom() const { return _bottom; } in bottom()
178 T _bottom; variable
227 _bottom = f._bottom;
243 _bottom == src._bottom &&
261 _bottom = b; in set()
275 Line3<T> lowerLeft( Vec3<T>(0,0,0), Vec3<T>(_left,_bottom,-_nearPlane) ); in modifyNearAndFar()
286 _bottom = ll.y; in modifyNearAndFar()
313 _bottom = -_top; 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()
655 Vec3<T> a( _left, _bottom, -_nearPlane); in planes()
658 Vec3<T> d( _right, _bottom, -_nearPlane); in planes()
670 p[2].set( Vec3<T>( 0,-1, 0),-_bottom ); in planes()
686 Vec3<T> a = Vec3<T>( _left, _bottom, -_nearPlane) * M; in planes()
689 Vec3<T> d = Vec3<T>( _right, _bottom, -_nearPlane) * M; in planes()
696 T farBottom = (T) (s * _bottom); in planes()
710 Vec3<T> e = Vec3<T>( _left, _bottom, -_farPlane) * M; in planes()
713 Vec3<T> h = Vec3<T>( _right, _bottom, -_farPlane) * M; in planes()