igeo
Class IDelaunay
java.lang.Object
igeo.IDelaunay
public class IDelaunay
- extends java.lang.Object
Class to calculate Delaunay triangulation out of 3D points.
- Author:
- Satoru Sugihara
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxDistToCheck
public static double maxDistToCheck
IDelaunay
public IDelaunay()
getTetrahedron
public static IVec[][] getTetrahedron(IVec[] pts)
- Getting delaunay tetrahedron cells out of array of 3D points
- Returns:
- array of tetrahedron, which consist of array of 4 points of IVec
circumsphereCenter
public static IVec circumsphereCenter(IVec pt1,
IVec pt2,
IVec pt3,
IVec pt4)
isInsideCircumsphere
public static boolean isInsideCircumsphere(IVec pt,
IVec tetraPt1,
IVec tetraPt2,
IVec tetraPt3,
IVec tetraPt4)