Uses of Class
org.jzy3d.plot3d.primitives.Polygon
Packages that use Polygon
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Polygon in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return Polygon -
Uses of Polygon in org.jzy3d.maths
Methods in org.jzy3d.maths that return types with arguments of type PolygonModifier 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.Methods in org.jzy3d.maths with parameters of type PolygonModifier and TypeMethodDescriptionvoid
Add the points of a Polygon to the BoundingBox3d.Constructors in org.jzy3d.maths with parameters of type Polygon -
Uses of Polygon in org.jzy3d.plot3d.builder
Methods in org.jzy3d.plot3d.builder with parameters of type Polygon -
Uses of Polygon in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return types with arguments of type PolygonModifier 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
Methods in org.jzy3d.plot3d.builder.delaunay that return PolygonMethods in org.jzy3d.plot3d.builder.delaunay that return types with arguments of type Polygon -
Uses of Polygon in org.jzy3d.plot3d.primitives
Subclasses of Polygon in org.jzy3d.plot3d.primitivesModifier 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);Fields in org.jzy3d.plot3d.primitives declared as PolygonModifier 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
Methods in org.jzy3d.plot3d.primitives that return PolygonModifier 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
Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type PolygonModifier and TypeMethodDescriptionProjectionUtils.getColorsAsArrayList
(Polygon p) ProjectionUtils.getCoordinates
(Polygon p) ProjectionUtils.getCoordinatesAsArrayList
(Polygon p) -
Uses of Polygon in org.jzy3d.plot3d.primitives.pickable
Subclasses of Polygon in org.jzy3d.plot3d.primitives.pickable -
Uses of Polygon in org.jzy3d.plot3d.primitives.textured
Subclasses of Polygon in org.jzy3d.plot3d.primitives.textured -
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable
Method parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type PolygonModifier and TypeMethodDescriptionstatic VBOBufferLoaderForPolygons
DrawableVBO2.makeLoader
(List<Polygon> polygons, int verticesPerGeometry) Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable with type arguments of type PolygonModifierConstructorDescriptionDrawableVBO2
(List<Polygon> polygons) Build a VBO out of simple polygons. -
Uses of Polygon in org.jzy3d.plot3d.primitives.vbo.drawable.loaders
Fields in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with type parameters of type PolygonModifier and TypeFieldDescriptionVBOBufferLoaderForPolygons.polygons
VBOBufferLoaderForPolygonsPrimitiveRestart.polygons
Constructor parameters in org.jzy3d.plot3d.primitives.vbo.drawable.loaders with type arguments of type PolygonModifierConstructorDescriptionVBOBufferLoaderForPolygons
(List<Polygon> polygons, int pointsPerPolygon) VBOBufferLoaderForPolygonsPrimitiveRestart
(List<Polygon> polygons, int pointsPerPolygon) -
Uses of Polygon in org.jzy3d.plot3d.rendering.scene
Methods in org.jzy3d.plot3d.rendering.scene that return types with arguments of type PolygonModifier and TypeMethodDescriptionDecomposition.getPolygonDecomposition
(List<? extends Drawable> drawables) Decomposition.getPolygonDecomposition
(Composite input) -
Uses of Polygon in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos that return types with arguments of type PolygonModifier and TypeMethodDescriptionRingInterpolator.getInterpolatedRingPolygons()
Load data standing on an orthonormal grid.