Package | Description |
---|---|
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
org.jzy3d.plot3d.builder | |
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.builder.delaunay | |
org.jzy3d.plot3d.primitives | |
org.jzy3d.plot3d.primitives.interactive.tools | |
org.jzy3d.plot3d.primitives.pickable | |
org.jzy3d.plot3d.primitives.textured |
Modifier and Type | Method and Description |
---|---|
List<Polygon> |
GridLoader.getExtrapolatedRingPolygons(float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated.
|
List<Polygon> |
GridLoader.getInterpolatedRingPolygons(float ringMin,
float ringMax,
IColorMap cmap,
Color colorFactor)
Deprecated.
Load data standing on an orthonormal grid.
|
Vector<Polygon> |
GridLoader.getSquarePolygons(IColorMap cmap,
Color colorFactor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox3d.add(Polygon p)
Add the points of a Polygon to the BoundingBox3d.
|
Constructor and Description |
---|
BoundingBox3d(Polygon polygon) |
Modifier and Type | Method and Description |
---|---|
void |
Mapper.remapPolygon(Polygon p) |
Modifier and Type | Method and Description |
---|---|
List<Polygon> |
OldRingTesselator.getExtrapolatedRingPolygons(float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated.
|
List<Polygon> |
OldRingTesselator.getInterpolatedRingPolygons(float ringMin,
float ringMax,
ColorMapper cmap,
Color colorFactor)
Deprecated.
Load data standing on an orthonormal grid.
|
Modifier and Type | Method and Description |
---|---|
static Polygon |
JDTConverter.toJzyPolygon(Triangle triangle) |
Modifier and Type | Method and Description |
---|---|
protected List<Polygon> |
DelaunayTessellator.computePolygons(List<Coord3d> coordinates) |
Modifier and Type | Class and Description |
---|---|
class |
Quad
|
class |
SimplePolygon
A
SimplePolygon 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 Type | Field and Description |
---|---|
protected Polygon |
Cylinder.low |
protected Polygon[] |
ParallelepipedComposite.quads |
protected Polygon |
Cylinder.top |
Modifier and Type | Method and Description |
---|---|
protected Polygon |
ParallelepipedComposite.createPolygon() |
protected Polygon |
TesselatedPolygon.newTriangle() |
Constructor and Description |
---|
Shape(List<Polygon> polygons)
Initialize a Shape and set its polygons (and bounding box).
|
Modifier and Type | Method and Description |
---|---|
static List<Color> |
ProjectionUtils.getColors(Polygon p) |
static ArrayList<Color> |
ProjectionUtils.getColorsAsArrayList(Polygon p) |
static List<Coord3d> |
ProjectionUtils.getCoordinates(Polygon p) |
static ArrayList<Coord3d> |
ProjectionUtils.getCoordinatesAsArrayList(Polygon p) |
Modifier and Type | Class and Description |
---|---|
class |
PickablePolygon |
Modifier and Type | Class and Description |
---|---|
class |
TranslucentQuad |
Copyright © 2016. All rights reserved.