computational.geometry.delaunaytriangulation
Class Vertex
java.lang.Object
computational.geometry.delaunaytriangulation.Vertex
public class Vertex
- extends java.lang.Object
Constructor Summary |
Vertex(int x_coord,
int y_coord,
int z_coord)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vertex
public Vertex(int x_coord,
int y_coord,
int z_coord)
ccw
public static boolean ccw(Vertex u,
Vertex v,
Vertex w)
getX
public int getX()
getY
public int getY()
getZ
public int getZ()
inCircle
public static boolean inCircle(Vertex t,
Vertex u,
Vertex v,
Vertex w)