Package com.thegongoliers.paths
Class SimplePath
- java.lang.Object
-
- com.thegongoliers.paths.SimplePath
-
public class SimplePath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimplePath()
SimplePath(java.util.List<PathStep> steps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addRotation(double degrees)
void
addStep(PathStep step)
void
addStraightAway(double distance)
java.util.List<PathStep>
getSteps()
-
-
-
Constructor Detail
-
SimplePath
public SimplePath(java.util.List<PathStep> steps)
-
SimplePath
public SimplePath()
-
-