org.jzy3d.plot3d.primitives.interactive.tools
Class ProjectionUtils
java.lang.Object
org.jzy3d.plot3d.primitives.interactive.tools.ProjectionUtils
public class ProjectionUtils
- extends java.lang.Object
Method Summary |
static java.util.List<Color> |
getColors(Polygon p)
|
static java.util.ArrayList<Color> |
getColorsAsArrayList(Polygon p)
|
static java.util.List<Coord3d> |
getCoordinates(Polygon p)
|
static java.util.ArrayList<Coord3d> |
getCoordinatesAsArrayList(Polygon p)
|
static java.util.List<PolygonProjection> |
project(Chart chart)
|
static java.util.List<PolygonProjection> |
project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
AbstractComposite c)
|
static java.util.List<PolygonProjection> |
project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.util.ArrayList<AbstractDrawable> monotypes)
|
static java.util.List<PolygonProjection> |
project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
Graph g)
|
static java.util.List<PolygonProjection> |
project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.util.List<AbstractDrawable> list)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionUtils
public ProjectionUtils()
project
public static java.util.List<PolygonProjection> project(Chart chart)
project
public static java.util.List<PolygonProjection> project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
Graph g)
project
public static java.util.List<PolygonProjection> project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.util.List<AbstractDrawable> list)
project
public static java.util.List<PolygonProjection> project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
AbstractComposite c)
project
public static java.util.List<PolygonProjection> project(javax.media.opengl.GL gl,
javax.media.opengl.glu.GLU glu,
Camera cam,
java.util.ArrayList<AbstractDrawable> monotypes)
getCoordinatesAsArrayList
public static java.util.ArrayList<Coord3d> getCoordinatesAsArrayList(Polygon p)
getCoordinates
public static java.util.List<Coord3d> getCoordinates(Polygon p)
getColorsAsArrayList
public static java.util.ArrayList<Color> getColorsAsArrayList(Polygon p)
getColors
public static java.util.List<Color> getColors(Polygon p)