ProGAL.geom2d.delaunay
Class Kinetic

java.lang.Object
  extended by ProGAL.geom2d.delaunay.Kinetic

public class Kinetic
extends java.lang.Object


Constructor Summary
Kinetic(PointSet points)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void rotate(Point rotationPoint, java.util.List<TriangulationVertex> rotVertices, double rotAngle, boolean ccw)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kinetic

public Kinetic(PointSet points)
Method Detail

rotate

public void rotate(Point rotationPoint,
                   java.util.List<TriangulationVertex> rotVertices,
                   double rotAngle,
                   boolean ccw)

main

public static void main(java.lang.String[] args)