Public Attributes
Rectangle2d Struct Reference

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

#include <Structs.h>

List of all members.

Public Attributes

float angle
 The angle of the rectangle.
Vec2d center
 The center of the rectangle.
float height
 The height of the rectangle.
float width
 The width of the rectangle.

Detailed Description

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.

Definition at line 89 of file Structs.h.


Member Data Documentation

The angle of the rectangle.

Definition at line 109 of file Structs.h.

The center of the rectangle.

Definition at line 94 of file Structs.h.

The height of the rectangle.

Definition at line 104 of file Structs.h.

The width of the rectangle.

Definition at line 99 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:59