|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectigeo.IDelaunay
public class IDelaunay
Class to calculate Delaunay triangulation out of 3D points.
| Field Summary | |
|---|---|
static double |
maxDistToCheck
|
| Constructor Summary | |
|---|---|
IDelaunay()
|
|
| Method Summary | |
|---|---|
static IVec |
circumsphereCenter(IVec pt1,
IVec pt2,
IVec pt3,
IVec pt4)
|
static IVec[][] |
getTetrahedron(IVec[] pts)
Getting delaunay tetrahedron cells out of array of 3D points |
static boolean |
isInsideCircumsphere(IVec pt,
IVec tetraPt1,
IVec tetraPt2,
IVec tetraPt3,
IVec tetraPt4)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double maxDistToCheck
| Constructor Detail |
|---|
public IDelaunay()
| Method Detail |
|---|
public static IVec[][] getTetrahedron(IVec[] pts)
public static IVec circumsphereCenter(IVec pt1,
IVec pt2,
IVec pt3,
IVec pt4)
public static boolean isInsideCircumsphere(IVec pt,
IVec tetraPt1,
IVec tetraPt2,
IVec tetraPt3,
IVec tetraPt4)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||