|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Polygon | |
|---|---|
| org.jzy3d.maths | Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. |
| org.jzy3d.plot3d.builder.concrete | |
| org.jzy3d.plot3d.primitives | Provides 3d primitives that either implement plot3d.rendering.Drawable or
plot3d.rendering.Composite3d, and thus provide a draw() and transform() function
for the plot3d.rendering.Scene. |
| org.jzy3d.plot3d.primitives.interactive.tools | |
| org.jzy3d.plot3d.primitives.textured | |
| Uses of Polygon in org.jzy3d.maths |
|---|
| Methods in org.jzy3d.maths that return types with arguments of type Polygon | |
|---|---|
java.util.List<Polygon> |
GridLoader.getExtrapolatedRingPolygons(float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated. |
java.util.List<Polygon> |
GridLoader.getInterpolatedRingPolygons(float ringMin,
float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated. Load data standing on an orthonormal grid. |
java.util.Vector<Polygon> |
GridLoader.getSquarePolygons(IColorMap cmap,
Color colorFactor)
Deprecated. |
| Methods in org.jzy3d.maths with parameters of type Polygon | |
|---|---|
void |
BoundingBox3d.add(Polygon p)
Add the points of a Polygon to the BoundingBox3d. |
| Constructors in org.jzy3d.maths with parameters of type Polygon | |
|---|---|
BoundingBox3d(Polygon polygon)
|
|
| Uses of Polygon in org.jzy3d.plot3d.builder.concrete |
|---|
| Methods in org.jzy3d.plot3d.builder.concrete that return types with arguments of type Polygon | |
|---|---|
java.util.List<Polygon> |
RingExtrapolator.getExtrapolatedRingPolygons()
|
java.util.List<Polygon> |
RingTesselator.getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. |
java.util.List<Polygon> |
RingInterpolator.getInterpolatedRingPolygons()
Load data standing on an orthonormal grid. |
java.util.List<Polygon> |
RingTesselator.getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated. Load data standing on an orthonormal grid. |
java.util.List<Polygon> |
OrthonormalTesselator.getSquarePolygonsAroundCoordinates()
|
java.util.List<Polygon> |
OrthonormalTesselator.getSquarePolygonsAroundCoordinates(ColorMapper cmap,
Color colorFactor)
|
java.util.List<Polygon> |
OrthonormalTesselator.getSquarePolygonsOnCoordinates()
|
java.util.List<Polygon> |
OrthonormalTesselator.getSquarePolygonsOnCoordinates(ColorMapper cmap,
Color colorFactor)
|
| Uses of Polygon in org.jzy3d.plot3d.primitives |
|---|
| Subclasses of Polygon in org.jzy3d.plot3d.primitives | |
|---|---|
class |
Quad
A Quad extends a Polygon in order to provide a specific draw()
method that relies on a dedicated GL call (GL_QUADS), and to ensure the number of points
is never greater than 4. |
| Constructor parameters in org.jzy3d.plot3d.primitives with type arguments of type Polygon | |
|---|---|
Shape(java.util.List<Polygon> polygons)
Initialize a Shape and set its polygons (and bounding box). |
|
| Uses of Polygon in org.jzy3d.plot3d.primitives.interactive.tools |
|---|
| Methods in org.jzy3d.plot3d.primitives.interactive.tools with parameters of type Polygon | |
|---|---|
static java.util.List<Color> |
ProjectionUtils.getColors(Polygon p)
|
static java.util.ArrayList<Color> |
ProjectionUtils.getColorsAsArrayList(Polygon p)
|
static java.util.List<Coord3d> |
ProjectionUtils.getCoordinates(Polygon p)
|
static java.util.ArrayList<Coord3d> |
ProjectionUtils.getCoordinatesAsArrayList(Polygon p)
|
| Uses of Polygon in org.jzy3d.plot3d.primitives.textured |
|---|
| Subclasses of Polygon in org.jzy3d.plot3d.primitives.textured | |
|---|---|
class |
TranslucentQuad
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||