Public Attributes
Circle2d Struct Reference

Data structure for the representation of a 2D circle. More...

#include <Structs.h>

List of all members.

Public Attributes

Vec2d center
 The center of the circle.
float radius
 The radius of the circle.

Detailed Description

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.

Definition at line 118 of file Structs.h.


Member Data Documentation

The center of the circle.

Definition at line 123 of file Structs.h.

The radius of the circle.

Definition at line 128 of file Structs.h.


The documentation for this struct was generated from the following file:


asr_ivt
Author(s): Allgeyer Tobias, Hutmacher Robin, Kleinert Daniel, Meißner Pascal, Scholz Jonas, Stöckle Patrick
autogenerated on Thu Jun 6 2019 21:46:58