Uses of Class
org.jzy3d.maths.PolygonArray
-
Packages that use PolygonArray Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.painters org.jzy3d.plot3d.rendering.view -
-
Uses of PolygonArray in org.jzy3d.maths
Methods in org.jzy3d.maths with parameters of type PolygonArray Modifier and Type Method Description static Deque<Coord2d>ConvexHull. build2d(PolygonArray input2d) -
Uses of PolygonArray in org.jzy3d.painters
Methods in org.jzy3d.painters that return PolygonArray Modifier and Type Method Description PolygonArrayAbstractPainter. modelToScreen(PolygonArray polygon)PolygonArray[][]AbstractPainter. modelToScreen(PolygonArray[][] polygons)PolygonArrayIPainter. modelToScreen(PolygonArray polygon)PolygonArray[][]IPainter. modelToScreen(PolygonArray[][] polygons)Methods in org.jzy3d.painters with parameters of type PolygonArray Modifier and Type Method Description PolygonArrayAbstractPainter. modelToScreen(PolygonArray polygon)PolygonArray[][]AbstractPainter. modelToScreen(PolygonArray[][] polygons)PolygonArrayIPainter. modelToScreen(PolygonArray polygon)PolygonArray[][]IPainter. modelToScreen(PolygonArray[][] polygons) -
Uses of PolygonArray in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return PolygonArray Modifier and Type Method Description protected PolygonArrayOverlayUtils. canvasToViewport(PolygonArray p, Rectangle viewport)PolygonArrayCamera. modelToScreen(IPainter painter, PolygonArray polygon)PolygonArray[][]Camera. modelToScreen(IPainter painter, PolygonArray[][] polygons)Methods in org.jzy3d.plot3d.rendering.view with parameters of type PolygonArray Modifier and Type Method Description protected PolygonArrayOverlayUtils. canvasToViewport(PolygonArray p, Rectangle viewport)PolygonArrayCamera. modelToScreen(IPainter painter, PolygonArray polygon)PolygonArray[][]Camera. modelToScreen(IPainter painter, PolygonArray[][] polygons)protected voidOverlayUtils. projectionStat(PolygonArray[][] array)
-