|
CARMA C++
|
...................................................................... More...
#include <carma/szapgutil/ConfigPlotter.h>
Public Member Functions | |
| bool | overlaps (Circle &c) |
| bool | overlaps (Rectangle &r) |
| Rectangle (double xCenter, double yCenter, double xWidth, double yWidth) | |
| double | xLeft () |
| double | xRight () |
| double | yBottom () |
| double | yTop () |
Public Attributes | |
| double | x_ |
| double | xWidth_ |
| double | y_ |
| double | yWidth_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, Rectangle &r) |
......................................................................
Class to encapsulate a rectangle
Definition at line 54 of file ConfigPlotter.h.