|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.math.DelaunayTriangulation
public class DelaunayTriangulation extends java.lang.Object implements Interpolator2D
| Modifier and Type | Class and Description |
|---|---|
static class |
DelaunayTriangulation.Triangle
|
| Nested classes/interfaces inherited from interface lt.monarch.math.Interpolator2D |
|---|
Interpolator2D.Point, Interpolator2D.PointSet |
| Modifier and Type | Field and Description |
|---|---|
Interpolator2D.Point[] |
points
|
Interpolator2D.Point[] |
sourcePoints
|
DelaunayTriangulation.Triangle[] |
triangles
|
| Constructor and Description |
|---|
DelaunayTriangulation(Interpolator2D.Point[] points)
|
| Modifier and Type | Method and Description |
|---|---|
double |
interpolateAt(double x,
double y)
|
protected static Interpolator2D.Point[] |
realloc(Interpolator2D.Point[] x1,
int newLength)
|
void |
triangulate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Interpolator2D.Point[] sourcePoints
public Interpolator2D.Point[] points
public DelaunayTriangulation.Triangle[] triangles
| Constructor Detail |
|---|
public DelaunayTriangulation(Interpolator2D.Point[] points)
| Method Detail |
|---|
public void triangulate()
protected static Interpolator2D.Point[] realloc(Interpolator2D.Point[] x1,
int newLength)
public double interpolateAt(double x,
double y)
interpolateAt in interface Interpolator2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||