computational.geometry.delaunaytriangulation
Class Vertex

java.lang.Object
  extended by computational.geometry.delaunaytriangulation.Vertex

public class Vertex
extends java.lang.Object


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

Constructor Detail

Vertex

public Vertex(int x_coord,
              int y_coord,
              int z_coord)
Method Detail

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)