Uses of Class
org.jzy3d.plot3d.primitives.Geometry
-
Packages that use Geometry Package Description org.jzy3d.plot3d.primitives org.jzy3d.plot3d.primitives.pickable org.jzy3d.plot3d.primitives.textured org.jzy3d.plot3d.rendering.view.annotation -
-
Uses of Geometry in org.jzy3d.plot3d.primitives
Subclasses of Geometry in org.jzy3d.plot3d.primitives Modifier and Type Class Description class
ColoredWireframePolygon
class
Polygon
Supports additional settingsclass
Quad
class
SimplePolygon
ASimplePolygon
makes the simplest possible GL rendering with especially no: gl.glPolygonMode(GL2.GL_FRONT_AND_BACK, GL2.GL_FILL); gl.glEnable(GL2.GL_POLYGON_OFFSET_FILL);class
Triangle
-
Uses of Geometry in org.jzy3d.plot3d.primitives.pickable
Subclasses of Geometry in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description class
PickablePolygon
-
Uses of Geometry in org.jzy3d.plot3d.primitives.textured
Subclasses of Geometry in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description class
TranslucentQuad
-
Uses of Geometry in org.jzy3d.plot3d.rendering.view.annotation
Fields in org.jzy3d.plot3d.rendering.view.annotation declared as Geometry Modifier and Type Field Description protected Geometry
BarycenterAnnotation. annotated
Constructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type Geometry Constructor Description BarycenterAnnotation(Geometry annotated)
-