lt.monarch.math
Class DelaunayTriangulation.Triangle

java.lang.Object
  extended by lt.monarch.math.DelaunayTriangulation.Triangle
Enclosing class:
DelaunayTriangulation

public static class DelaunayTriangulation.Triangle
extends java.lang.Object


Field Summary
Modifier and Type Field and Description
 double cR2
           
 double cX
           
 double cY
           
 Interpolator2D.Point p1
           
 Interpolator2D.Point p2
           
 Interpolator2D.Point p3
           
 
Method Summary
Modifier and Type Method and Description
protected  boolean contains(double xp, double yp)
           
 boolean hasCommonEdge(DelaunayTriangulation.Triangle t)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

p1

public final Interpolator2D.Point p1

p2

public final Interpolator2D.Point p2

p3

public final Interpolator2D.Point p3

cX

public final double cX

cY

public final double cY

cR2

public final double cR2
Method Detail

contains

protected boolean contains(double xp,
                           double yp)

hasCommonEdge

public boolean hasCommonEdge(DelaunayTriangulation.Triangle t)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object