Class TuringPositions
java.lang.Object
org.woehlke.computer.kurzweil.mandelbrot.model.turing.TuringPositions
public class TuringPositions
extends java.lang.Object
Mandelbrot Set drawn by a Turing Machine.
(C) 2006 - 2015 Thomas Woehlke.
https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
- Author:
- Thomas Woehlke Created by tw on 16.12.2019.
-
Constructor Summary
Constructors Constructor Description TuringPositions(Point worldDimensions)
-
Method Summary
Modifier and Type Method Description Point
getTuringPosition()
void
goForward()
boolean
isFinishedWalkAround()
void
markFirstSetPosition()
void
start()
void
turnLeft()
void
turnRight()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TuringPositions
-
-
Method Details
-
start
public void start() -
markFirstSetPosition
public void markFirstSetPosition() -
getTuringPosition
-
goForward
public void goForward() -
turnRight
public void turnRight() -
turnLeft
public void turnLeft() -
isFinishedWalkAround
public boolean isFinishedWalkAround()
-