public class VVoronoiCell extends VVertex
| Modifier and Type | Field and Description |
|---|---|
int |
area |
VHalfEdge |
halfedge |
static int |
INVALID_AREA |
static int |
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) |
int |
getAreaOfCell() |
void |
resetArea() |
addConnectedVertex, clearConnectedVertexs, distanceTo, getConnectedVertexs, getConnectedVertexString, getNextConnectedEdge, getNextConnectedEdge, getNextConnectedVertexdistanceTo, equals, hashCode, toStringpublic static final int NO_AREA_CALCULATED
public static final int INVALID_AREA
public int area
public VHalfEdge halfedge
public VVoronoiCell()
public VVoronoiCell(int x,
int y)
public VVoronoiCell(VPoint point)