Uses of Class
org.jzy3d.plot3d.primitives.CompileableComposite
-
Packages that use CompileableComposite Package Description org.jzy3d.plot3d.builder -
-
Uses of CompileableComposite in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder that return CompileableComposite Modifier and Type Method Description CompileableComposite
SurfaceBuilder. buildComposite(Shape s)
Build aCompileableComposite
out of aShape
, which allows faster rendering.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.
-