Uses of Class
org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
-
Packages that use OrthonormalGrid Package Description org.jzy3d.plot3d.builder org.jzy3d.plot3d.builder.concrete org.jzy3d.svm.tesselation -
-
Uses of OrthonormalGrid in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder with parameters of type OrthonormalGrid Modifier and Type Method Description Shape
SurfaceBuilder. orthonormal(OrthonormalGrid grid, Mapper mapper)
Apply a function to an orthonormal grid and return a drawable surface object.CompileableComposite
SurfaceBuilder. orthonormalBig(OrthonormalGrid grid, Mapper mapper)
Apply a function to an orthonormal grid and return a drawable surface object optimized for large number of polygons through OpenGL Display Lists.Shape
SurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)
Apply a function to an orthonormal grid and then slice a ring from it between a min and max radiusShape
SurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
Apply a function to an orthonormal grid and then slice a ring from it between a min and max radius -
Uses of OrthonormalGrid in org.jzy3d.plot3d.builder.concrete
Subclasses of OrthonormalGrid in org.jzy3d.plot3d.builder.concrete Modifier and Type Class Description class
RingGrid
-
Uses of OrthonormalGrid in org.jzy3d.svm.tesselation
Subclasses of OrthonormalGrid in org.jzy3d.svm.tesselation Modifier and Type Class Description class
SvmGrid
-