Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Deque<Coord2d> |
ConvexHull.build2d(PolygonArray input2d) |
Modifier and Type | Method and Description |
---|---|
protected PolygonArray |
OverlayUtils.canvasToViewport(PolygonArray p,
Rectangle viewport) |
PolygonArray |
Camera.modelToScreen(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
PolygonArray polygon) |
PolygonArray[][] |
Camera.modelToScreen(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
PolygonArray[][] polygons) |
Modifier and Type | Method and Description |
---|---|
protected PolygonArray |
OverlayUtils.canvasToViewport(PolygonArray p,
Rectangle viewport) |
PolygonArray |
Camera.modelToScreen(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
PolygonArray polygon) |
PolygonArray[][] |
Camera.modelToScreen(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
PolygonArray[][] polygons) |
protected void |
OverlayUtils.projectionStat(PolygonArray[][] array) |
Copyright © 2016. All rights reserved.