Public Attributes | List of all members
Circle2d Struct Reference

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...
 

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

Vec2d Circle2d::center

The center of the circle.

Definition at line 123 of file Structs.h.

float Circle2d::radius

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 Mon Dec 2 2019 03:47:28