Uses of Class
org.jzy3d.maths.PolygonArray

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
protected  PolygonArray OverlayUtils.canvasToViewport(PolygonArray p, Rectangle viewport)
           
 PolygonArray Camera.modelToScreen(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, PolygonArray polygon)
           
 PolygonArray[][] Camera.modelToScreen(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, PolygonArray[][] polygons)
           
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type PolygonArray
protected  PolygonArray OverlayUtils.canvasToViewport(PolygonArray p, Rectangle viewport)
           
 PolygonArray Camera.modelToScreen(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, PolygonArray polygon)
           
 PolygonArray[][] Camera.modelToScreen(javax.media.opengl.GL2 gl, javax.media.opengl.glu.GLU glu, PolygonArray[][] polygons)
           
protected  void OverlayUtils.projectionStat(PolygonArray[][] array)