|
Gridarta Editor
|

Public Member Functions | |
| CLSTurtle (CLSTurtle turtle) | |
| CLSTurtle (float ang, float x, float y, int xorg, int yorg, float sx, float sy) | |
| void | draw (Graphics g) |
| void | jump () |
| void | rotate (float theta) |
Package Attributes | |
| float | angle |
| float | scaleX |
| float | scaleY |
| float | X |
| int | xoff |
| float | Y |
| int | yoff |
A Logo turtle class designed to support Context sensitive L-Systems.
This turtle performs a few basic maneuvers needed to support the set of characters used in Context sensitive L-Systems "+-fF[]".
Definition at line 332 of file CLSFractal.java.
| CLSTurtle.CLSTurtle | ( | float | ang, |
| float | x, | ||
| float | y, | ||
| int | xorg, | ||
| int | yorg, | ||
| float | sx, | ||
| float | sy | ||
| ) |
| CLSTurtle.CLSTurtle | ( | CLSTurtle | turtle | ) |
| void CLSTurtle.draw | ( | Graphics | g | ) |
Definition at line 372 of file CLSFractal.java.
References angle, scaleX, scaleY, X, xoff, Y, and yoff.
Referenced by CLSFractal.render().

| void CLSTurtle.jump | ( | ) |
Definition at line 367 of file CLSFractal.java.
References angle, scaleX, scaleY, X, and Y.
Referenced by CLSFractal.render().

| void CLSTurtle.rotate | ( | float | theta | ) |
Definition at line 363 of file CLSFractal.java.
References angle.
Referenced by CLSFractal.render().

|
package |
Definition at line 334 of file CLSFractal.java.
Referenced by CLSTurtle(), draw(), jump(), and rotate().
|
package |
Definition at line 337 of file CLSFractal.java.
Referenced by CLSTurtle(), draw(), and jump().
|
package |
Definition at line 338 of file CLSFractal.java.
Referenced by CLSTurtle(), draw(), and jump().
|
package |
Definition at line 335 of file CLSFractal.java.
Referenced by CLSTurtle(), draw(), jump(), and CLSFractal.render().
|
package |
Definition at line 339 of file CLSFractal.java.
Referenced by CLSTurtle(), and draw().
|
package |
Definition at line 336 of file CLSFractal.java.
Referenced by CLSTurtle(), draw(), jump(), and CLSFractal.render().
|
package |
Definition at line 340 of file CLSFractal.java.
Referenced by CLSTurtle(), and draw().
1.8.17