Uses of Class
org.jzy3d.plot3d.builder.Tessellator
-
Packages that use Tessellator Package Description org.jzy3d.plot3d.builder.concrete org.jzy3d.plot3d.builder.delaunay org.jzy3d.svm.demos -
-
Uses of Tessellator in org.jzy3d.plot3d.builder.concrete
Subclasses of Tessellator in org.jzy3d.plot3d.builder.concrete Modifier and Type Class Description class
OldRingTesselator
Deprecated.class
OrthonormalTessellator
TheOrthonormalTessellator
checks that coordinates are lying on an orthormal grid, and is able to provide aComposite
made ofPolygon
s built according to this grid On this model, one input coordinate is represented by onePolygon
, for which each point is a mean point between two grid ticks:class
RingExtrapolator
class
RingTessellator
class
WaterfallTessellator
Build a drawable Waterfall using Matlab style -
Uses of Tessellator in org.jzy3d.plot3d.builder.delaunay
Subclasses of Tessellator in org.jzy3d.plot3d.builder.delaunay Modifier and Type Class Description class
DelaunayTessellator
-
Uses of Tessellator in org.jzy3d.svm.demos
Subclasses of Tessellator in org.jzy3d.svm.demos Modifier and Type Class Description class
RingInterpolator
-