Lines Matching refs:_left
117 T left() const { return _left; } in left()
175 T _left; variable
224 _left = f._left;
240 _left == src._left &&
259 _left = l; in set()
275 Line3<T> lowerLeft( Vec3<T>(0,0,0), Vec3<T>(_left,_bottom,-_nearPlane) ); in modifyNearAndFar()
283 _left = ll.x; in modifyNearAndFar()
311 _left = -_right; in set()
312 _top = ((_right - _left) / aspect) / two; in set()
320 _left = -_right; in set()
330 return Math<T>::atan2(_right,_nearPlane) - Math<T>::atan2(_left,_nearPlane); in fovx()
342 T rightMinusLeft = _right-_left; in aspect()
358 T rightPlusLeft = _right+_left; in projectionMatrix()
359 T rightMinusLeft = _right-_left; in projectionMatrix()
445 (_left == _right) || in degenerate()
464 return Vec2<T>( _left + (_right-_left) * (1.f+s.x) / 2.f, in screenToLocal()
471 T leftPlusRight = _left - T (2) * p.x + _right; in localToScreen()
472 T leftMinusRight = _left-_right; in localToScreen()
655 Vec3<T> a( _left, _bottom, -_nearPlane); in planes()
656 Vec3<T> b( _left, _top, -_nearPlane); in planes()
671 p[3].set( Vec3<T>(-1, 0, 0),-_left ); in planes()
686 Vec3<T> a = Vec3<T>( _left, _bottom, -_nearPlane) * M; in planes()
687 Vec3<T> b = Vec3<T>( _left, _top, -_nearPlane) * M; in planes()
693 T farLeft = (T) (s * _left); in planes()
710 Vec3<T> e = Vec3<T>( _left, _bottom, -_farPlane) * M; in planes()
711 Vec3<T> f = Vec3<T>( _left, _top, -_farPlane) * M; in planes()