Uses of Interface
org.jzy3d.plot3d.builder.Tessellator

Packages that use Tessellator
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.delaunay   
 

Uses of Tessellator in org.jzy3d.plot3d.builder
 

Methods in org.jzy3d.plot3d.builder with parameters of type Tessellator
static AbstractDrawable Builder.build(float[] x, float[] y, float[] z, Tessellator tesselator)
           
static AbstractDrawable Builder.build(Grid grid, Mapper mapper, Tessellator tesselator)
           
static AbstractDrawable Builder.build(java.util.List<Coord3d> coordinates, Tessellator tesselator)
           
 

Uses of Tessellator in org.jzy3d.plot3d.builder.delaunay
 

Classes in org.jzy3d.plot3d.builder.delaunay that implement Tessellator
 class DelaunayTessellator