Home | History | Annotate | Download | only in Imath

Lines Matching full:_bottom

119     T			bottom() const		{ return _bottom;	}
178 T _bottom;
227 _bottom = f._bottom;
243 _bottom == src._bottom &&
261 _bottom = b;
275 Line3<T> lowerLeft( Vec3<T>(0,0,0), Vec3<T>(_left,_bottom,-_nearPlane) );
286 _bottom = ll.y;
313 _bottom = -_top;
318 _bottom = -_top;
319 _right = (_top - _bottom) * aspect / two;
336 return Math<T>::atan2(_top,_nearPlane) - Math<T>::atan2(_bottom,_nearPlane);
343 T topMinusBottom = _top-_bottom;
361 T topPlusBottom = _top+_bottom;
362 T topMinusBottom = _top-_bottom;
446 (_top == _bottom);
465 _bottom + (_top-_bottom) * (1.f+s.y) / 2.f );
473 T bottomPlusTop = _bottom - T (2) * p.y + _top;
474 T bottomMinusTop = _bottom-_top;
655 Vec3<T> a( _left, _bottom, -_nearPlane);
658 Vec3<T> d( _right, _bottom, -_nearPlane);
670 p[2].set( Vec3<T>( 0,-1, 0),-_bottom );
686 Vec3<T> a = Vec3<T>( _left, _bottom, -_nearPlane) * M;
689 Vec3<T> d = Vec3<T>( _right, _bottom, -_nearPlane) * M;
696 T farBottom = (T) (s * _bottom);
710 Vec3<T> e = Vec3<T>( _left, _bottom, -_farPlane) * M;
713 Vec3<T> h = Vec3<T>( _right, _bottom, -_farPlane) * M;