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 classOldRingTesselatorDeprecated.classOrthonormalTessellatorTheOrthonormalTessellatorchecks that coordinates are lying on an orthormal grid, and is able to provide aCompositemade ofPolygons 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:classRingExtrapolatorclassRingTessellatorclassWaterfallTessellatorBuild 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 classDelaunayTessellator -
Uses of Tessellator in org.jzy3d.svm.demos
Subclasses of Tessellator in org.jzy3d.svm.demos Modifier and Type Class Description classRingInterpolator
-