Uses of Class
org.jzy3d.plot3d.builder.Tesselator

Packages that use Tesselator
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.concrete   
 

Uses of Tesselator in org.jzy3d.plot3d.builder
 

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

Uses of Tesselator in org.jzy3d.plot3d.builder.concrete
 

Subclasses of Tesselator in org.jzy3d.plot3d.builder.concrete
 class OrthonormalTesselator
          The OrthonormalTesselator checks that coordinates are lying on an orthormal grid, and is able to provide a AbstractComposite made of Polygons built according to this grid On this model, one input coordinate is represented by one Polygon, for which each point is a mean point between two grid ticks: ^ ^ | | - + + + - + + + | | *---* - + o + >> - + | o | + | | *---* - + + + - + + + | | |---|---|---|--> |---|---|---|--> In this figure, the representation of a coordinate ("o" on the left) is a polygon made of mean points ("*" on the right) that require the existence of four surrounding points (the "o" and the three "+")
 class RingExtrapolator
           
 class RingInterpolator
           
 class RingTesselator
          Deprecated.