org.lucci.madhoc.bining
Class Grid

java.lang.Object
  extended by org.lucci.madhoc.bining.Grid

public class Grid
extends java.lang.Object

Author:
luc.hogie

Constructor Summary
Grid(double surface)
           
 
Method Summary
 Cel getCelAt(org.lucci.up.data.Point point)
           
 Cel[][] getCels()
           
 double getEdgeLenght()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid

public Grid(double surface)
Method Detail

getEdgeLenght

public double getEdgeLenght()

getCelAt

public Cel getCelAt(org.lucci.up.data.Point point)

getCels

public Cel[][] getCels()