public class DrawEulerSpiral
extends java.lang.Object
FunGraphics| Modifier and Type | Field and Description |
|---|---|
private static int |
gapPerTurn |
private static int |
graphicsHeight |
private static int |
graphicsWidth |
private static int |
numberTurns |
private static int |
startingPointX |
private static int |
startingPointY |
private static int |
stepsPerTurn |
| Constructor and Description |
|---|
DrawEulerSpiral() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
private static int graphicsWidth
private static int graphicsHeight
private static int startingPointX
private static int startingPointY
private static int stepsPerTurn
private static int numberTurns
private static int gapPerTurn