![]() |
Lindenmayer System
A Simple L-system Image Generator Featuring Turtle Graphics
|
Turtle graphics descriptor. More...
#include <Types.h>
Public Member Functions | |
| TurtleDesc (float angledelta, float len) | |
| Default constructor. More... | |
Public Attributes | |
| float | m_fAngleDelta = 0 |
| Line angle delta in radians. | |
| float | m_fLength = 8 |
| Line length. | |
| float | m_fLenMultiplier = 1 |
| Line length multiplier. | |
| float | m_fPointSize = 1 |
| Line point size. | |
A descriptor for turtle graphics that describes the start state of the turtle. Note that the angle delta is stored in radians (required by gdi+), but the constructor uses degrees (which is what is supplied by ABOP).
1.8.14