public class VVoronoiCell extends VPoint
Modifier and Type | Field and Description |
---|---|
double |
area |
VHalfEdge |
halfedge |
static double |
INVALID_AREA |
static double |
NO_AREA_CALCULATED |
Constructor and Description |
---|
VVoronoiCell() |
VVoronoiCell(int x,
int y) |
VVoronoiCell(VPoint point) |
Modifier and Type | Method and Description |
---|---|
static double |
calculateAreaOfTriangle(double a,
double b,
double c) |
double |
getAreaOfCell() |
void |
resetArea() |
distanceTo, equals, hashCode, toString
public static final double NO_AREA_CALCULATED
public static final double INVALID_AREA
public double area
public VHalfEdge halfedge
public VVoronoiCell()
public VVoronoiCell(int x, int y)
public VVoronoiCell(VPoint point)