Uses of Class
org.jzy3d.plot3d.primitives.Polygon
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Polygon in org.jzy3d.chart.factories
-
Uses of Polygon in org.jzy3d.maths
Modifier and TypeMethodDescriptionGridLoader.getExtrapolatedRingPolygons
(float ringMax, IColorMap cmap, Color colorFactor) Deprecated.GridLoader.getInterpolatedRingPolygons
(float ringMin, float ringMax, IColorMap cmap, Color colorFactor) Deprecated.Load data standing on an orthonormal grid.GridLoader.getSquarePolygons
(IColorMap cmap, Color colorFactor) Deprecated.Modifier and TypeMethodDescriptionvoid
Add the points of a Polygon to the BoundingBox3d. -
Uses of Polygon in org.jzy3d.plot3d.builder
-
Uses of Polygon in org.jzy3d.plot3d.builder.concrete
Modifier and TypeMethodDescriptionOldRingTesselator.getExtrapolatedRingPolygons
(float ringMax, ColorMapper cmap, Color colorFactor) Deprecated.OldRingTesselator.getInterpolatedRingPolygons
(float ringMin, float ringMax, ColorMapper cmap, Color colorFactor) Deprecated.Load data standing on an orthonormal grid. -
Uses of Polygon in org.jzy3d.plot3d.builder.delaunay
-
Uses of Polygon in org.jzy3d.plot3d.primitives
Modifier and TypeClassDescriptionclass
class
class
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);Modifier and TypeFieldDescriptionprotected Polygon
Cone.bottom
protected Polygon
CubeComposite.east
protected Polygon
CubeComposite.far
protected Polygon
Cylinder.low
protected Polygon
CubeComposite.near
protected Polygon
CubeComposite.north
protected Polygon[]
ParallelepipedComposite.quads
protected Polygon
CubeComposite.south
protected Polygon
Cylinder.top
protected Polygon
CubeComposite.west
Modifier and TypeMethodDescriptionprotected Polygon
ParallelepipedComposite.createPolygon()
CubeComposite.getEast()
CubeComposite.getFar()
CubeComposite.getNear()
CubeComposite.getNorth()
CubeComposite.getSouth()
CubeComposite.getWest()
protected Polygon
TesselatedPolygon.newTriangle()
RandomGeom.poly
(int x, int y, int z) RandomGeom.poly
(int x, int y, int z, int w, int h) Return a polygon at specified position, width and height. -
Uses of Polygon in org.jzy3d.plot3d.primitives.interactive.tools
Modifier and TypeMethodDescriptionProjectionUtils.getColorsAsArrayList
(Polygon p) ProjectionUtils.getCoordinates
(Polygon p) ProjectionUtils.getCoordinatesAsArrayList
(Polygon p) -
Uses of Polygon in org.jzy3d.plot3d.primitives.pickable
-
Uses of Polygon in org.jzy3d.plot3d.primitives.textured
-
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable
Modifier and TypeMethodDescriptionstatic VBOBufferLoaderForPolygons
DrawableVBO2.makeLoader
(List<Polygon> polygons, int verticesPerGeometry) ModifierConstructorDescriptionDrawableVBO2
(List<Polygon> polygons) Build a VBO out of simple polygons. -
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Modifier and TypeFieldDescriptionVBOBufferLoaderForPolygons.polygons
VBOBufferLoaderForPolygonsPrimitiveRestart.polygons
ModifierConstructorDescriptionVBOBufferLoaderForPolygons
(List<Polygon> polygons, int pointsPerPolygon) VBOBufferLoaderForPolygonsPrimitiveRestart
(List<Polygon> polygons, int pointsPerPolygon) -
Uses of Polygon in org.jzy3d.plot3d.rendering.scene
Modifier and TypeMethodDescriptionDecomposition.getPolygonDecomposition
(List<? extends Drawable> drawables) Decomposition.getPolygonDecomposition
(Composite input) -
Uses of Polygon in org.jzy3d.svm.demos
Modifier and TypeMethodDescriptionRingInterpolator.getInterpolatedRingPolygons()
Load data standing on an orthonormal grid.