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 classColoredWireframePolygonclassPolygonSupports additional settingsclassQuadclassSimplePolygonASimplePolygonmakes 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);classTriangle -
Uses of Geometry in org.jzy3d.plot3d.primitives.pickable
Subclasses of Geometry in org.jzy3d.plot3d.primitives.pickable Modifier and Type Class Description classPickablePolygon -
Uses of Geometry in org.jzy3d.plot3d.primitives.textured
Subclasses of Geometry in org.jzy3d.plot3d.primitives.textured Modifier and Type Class Description classTranslucentQuad -
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 GeometryBarycenterAnnotation. annotatedConstructors in org.jzy3d.plot3d.rendering.view.annotation with parameters of type Geometry Constructor Description BarycenterAnnotation(Geometry annotated)
-