Uses of Class
org.jzy3d.plot3d.builder.delaunay.jdt.Delaunay_Triangulation

Packages that use Delaunay_Triangulation
org.jzy3d.plot3d.builder.delaunay.jdt   
 

Uses of Delaunay_Triangulation in org.jzy3d.plot3d.builder.delaunay.jdt
 

Constructors in org.jzy3d.plot3d.builder.delaunay.jdt with parameters of type Delaunay_Triangulation
GridIndex(Delaunay_Triangulation delaunay, int xCellCount, int yCellCount)
          Constructs a grid index holding the triangles of a delaunay triangulation.
GridIndex(Delaunay_Triangulation delaunay, int xCellCount, int yCellCount, BoundingBox region)
          Constructs a grid index holding the triangles of a delaunay triangulation.