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