|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolygonArray | |
---|---|
org.jzy3d.maths | Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. |
org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
Uses of PolygonArray in org.jzy3d.maths |
---|
Methods in org.jzy3d.maths with parameters of type PolygonArray | |
---|---|
static utils.Stack<algorithms.Point2f> |
ConvexHull.build2d(PolygonArray input2d)
|
Uses of PolygonArray in org.jzy3d.plot3d.rendering.view |
---|
Methods in org.jzy3d.plot3d.rendering.view that return PolygonArray | |
---|---|
PolygonArray |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
PolygonArray polygon)
|
PolygonArray[][] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
PolygonArray[][] polygons)
|
Methods in org.jzy3d.plot3d.rendering.view with parameters of type PolygonArray | |
---|---|
PolygonArray |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
PolygonArray polygon)
|
PolygonArray[][] |
Camera.modelToScreen(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
PolygonArray[][] polygons)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |