public class Grid
extends edu.cornell.cs.voronoi.Pnt
Modifier and Type | Field and Description |
---|---|
edu.cornell.cs.voronoi.Pnt |
bottomRight |
edu.cornell.cs.voronoi.Pnt |
center |
SOMClass |
clss |
boolean |
occupied |
static double |
SIZE |
edu.cornell.cs.voronoi.Pnt |
topLeft |
Constructor and Description |
---|
Grid(edu.cornell.cs.voronoi.Pnt _topLeft)
Creates a new instance of Grid
|
Grid(edu.cornell.cs.voronoi.Pnt _topLeft,
edu.cornell.cs.voronoi.Pnt _bottomRight)
Creates a new instance of Grid
|
add, angle, bisector, circumcenter, content, coord, cross, determinant, dimCheck, dimension, dot, equals, equals, extend, getCoordinates, hashCode, isInside, isOn, isOutside, magnitude, main, relation, subtract, toString, toString, vsCircumcircle
public edu.cornell.cs.voronoi.Pnt topLeft
public edu.cornell.cs.voronoi.Pnt bottomRight
public edu.cornell.cs.voronoi.Pnt center
public boolean occupied
public static final double SIZE
public SOMClass clss