Rect.h
Go to the documentation of this file.
71 Rect & offset(const Point2<T> & v) { left += v.x; top += v.y; right += v.x; bottom += v.y; return *this; }
Definition: AlgorithmWorkset.h:17
Definition: Rect.h:25
Definition: Point.h:36
Rect(const Point2< T > &topLeft, const Point2< T > &bottomRight)
Definition: Rect.h:35
Definition: Types.h:20