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 TypeMethodDescriptionvoidAdd 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 TypeClassDescriptionclassclassclassASimplePolygonmakes 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 PolygonCone.bottomprotected PolygonCubeComposite.eastprotected PolygonCubeComposite.farprotected PolygonCylinder.lowprotected PolygonCubeComposite.nearprotected PolygonCubeComposite.northprotected Polygon[]ParallelepipedComposite.quadsprotected PolygonCubeComposite.southprotected PolygonCylinder.topprotected PolygonCubeComposite.westMethods in org.jzy3d.plot3d.primitives that return PolygonModifier and TypeMethodDescriptionprotected PolygonParallelepipedComposite.createPolygon()CubeComposite.getEast()CubeComposite.getFar()CubeComposite.getNear()CubeComposite.getNorth()CubeComposite.getSouth()CubeComposite.getWest()protected PolygonTesselatedPolygon.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 VBOBufferLoaderForPolygonsDrawableVBO2.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.polygonsVBOBufferLoaderForPolygonsPrimitiveRestart.polygonsConstructor 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.