![]() |
Lindenmayer System
A Simple L-system Image Generator Featuring Turtle Graphics
|
Stack frame. More...
#include <Types.h>
Public Member Functions | |
| StackFrame () | |
| Default constructor. | |
| StackFrame (Gdiplus::PointF pos, float angle, float len) | |
| Constructor. More... | |
Public Attributes | |
| Gdiplus::PointF | m_ptPos |
| Position. | |
| float | m_fAngle = 0 |
| Rotation angle. | |
| float | m_fLength = 0 |
| Length. | |
1.8.14