plugins.big.bigsnakeutils.shape.priorshapes.shapes
Class Circle

java.lang.Object
  extended by plugins.big.bigsnakeutils.shape.priorshapes.shapes.PriorShape
      extended by plugins.big.bigsnakeutils.shape.priorshapes.shapes.Circle

public class Circle
extends PriorShape

Shape prior with taking the shape of a circle.

Version:
November 13, 2013
Author:
Ricard Delgado-Gonzalo (ricard.delgado@gmail.com)

Constructor Summary
Circle()
           
 
Method Summary
 Snake2DNode[] getNodes(int M)
           
 
Methods inherited from class plugins.big.bigsnakeutils.shape.priorshapes.shapes.PriorShape
getDefaultNodes, getMinNumberNodes, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Circle

public Circle()
Method Detail

getNodes

public Snake2DNode[] getNodes(int M)
Overrides:
getNodes in class PriorShape