Package snake2D

Class Snake2DNode

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable

public class Snake2DNode extends Point2D.Double
This class is used to store the snake-defining parameters. It extends the capabilities of the class Point2D.Double by additional state variables.
See Also: