Visualisierung2
L_System::state Struct Reference

Public Member Functions

 state (double xPos, double yPos, double newangle)
 

Public Attributes

double x
 Aktuelle x Koordinate. More...
 
double y
 Aktuelle y Koordinate. More...
 
double angle
 Aktueller Winkel. More...
 

Detailed Description

Diese Struktur enthaellt den aktuellen State bei der Berechnung der Kurveneckpunkte.

Definition at line 65 of file L_System.h.

Constructor & Destructor Documentation

L_System::state::state ( double  xPos,
double  yPos,
double  newangle 
)
inline

Definition at line 71 of file L_System.h.

Member Data Documentation

double L_System::state::angle

Aktueller Winkel.

Definition at line 69 of file L_System.h.

double L_System::state::x

Aktuelle x Koordinate.

Definition at line 67 of file L_System.h.

double L_System::state::y

Aktuelle y Koordinate.

Definition at line 68 of file L_System.h.


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