Visualisierung2
|
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... | |
Diese Struktur enthaellt den aktuellen State bei der Berechnung der Kurveneckpunkte.
Definition at line 65 of file L_System.h.
|
inline |
Definition at line 71 of file L_System.h.
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.