Uses of Class
org.jzy3d.plot3d.primitives.Composite
Package
Description
-
Uses of Composite in org.jzy3d.plot2d.primitives
Modifier and TypeMethodDescriptionprotected Composite
Histogram2d.buildDrawable
(Histogram model) Histogram2d.getDrawable()
-
Uses of Composite in org.jzy3d.plot3d.builder
-
Uses of Composite in org.jzy3d.plot3d.builder.concrete
-
Uses of Composite in org.jzy3d.plot3d.builder.delaunay
-
Uses of Composite in org.jzy3d.plot3d.primitives
Modifier and TypeClassDescriptionclass
class
class
A cube defined by aBoundingBox3d
class
class
class
class
Creates an interpolated line to make a smooth 3d curve based on control points.class
A composite implementation of a parallelepiped, meaning it can be decomposed into distinct primitive for polygon ordering.class
class
A polygon made of two triangles with no wireframe on their adjacent side.class
A drawable Waterfall using Matlab styleModifier and TypeMethodDescriptionRandomGeom.cube()
RandomGeom.cube
(int xyz) RandomGeom.cube
(int x, int y, int z) RandomGeom.cube
(int x, int y, int z, int w, int h, int d) Modifier and TypeMethodDescriptionRandomGeom.cubes
(int cubes) RandomGeom.spinningCubes
(int cubes, float spin) RandomGeom.spinningCubes
(int cubes, float spin, float randomize) Generate a stack of cubes, where the top face is spinned w.r.t. the bottom face. -
Uses of Composite in org.jzy3d.plot3d.primitives.contour
Modifier and TypeClassDescriptionclass
-
Uses of Composite in org.jzy3d.plot3d.primitives.enlightables
-
Uses of Composite in org.jzy3d.plot3d.primitives.interactive.tools
-
Uses of Composite in org.jzy3d.plot3d.primitives.textured
-
Uses of Composite in org.jzy3d.plot3d.primitives.vbo.drawable
Modifier and TypeMethodDescriptionstatic DrawableVBO2
DrawableVBO2.fromComposites
(List<Composite> composites) Build a VBO out of a list of composites made of simple polygons.ModifierConstructorDescriptionDrawableVBO2
(Composite composite) Build a VBO out of a composite made of simple polygons. -
Uses of Composite in org.jzy3d.plot3d.rendering.scene
Modifier and TypeMethodDescriptionDecomposition.getDecomposition
(Composite input) Decomposition.getPolygonDecomposition
(Composite input) -
Uses of Composite in org.jzy3d.plot3d.rendering.view.annotation
Modifier and TypeClassDescriptionclass
Draws the barycenter of anGeometry
and a line each point and the barycenter. -
Uses of Composite in org.jzy3d.svm.demos