Data structure for the representation of a 2D rectangle. More...
#include <Structs.h>
Public Attributes | |
float | angle |
The angle of the rectangle. More... | |
Vec2d | center |
The center of the rectangle. More... | |
float | height |
The height of the rectangle. More... | |
float | width |
The width of the rectangle. More... | |
Data structure for the representation of a 2D rectangle.
The function PrimitivesDrawer::DrawRectangle draws a circle, given its specification in this struct. Other functions (e.g. detectors) can use this struct as well.