Uses of Class
org.jzy3d.maths.Polygon2d
-
Packages that use Polygon2d Package Description org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.plot3d.primitives.selectable org.jzy3d.plot3d.primitives.textured -
-
Uses of Polygon2d in org.jzy3d.maths
Methods in org.jzy3d.maths that return Polygon2d Modifier and Type Method Description static Polygon2dConvexHull. hull(List<Coord3d> cell) -
Uses of Polygon2d in org.jzy3d.plot3d.primitives.selectable
Methods in org.jzy3d.plot3d.primitives.selectable that return Polygon2d Modifier and Type Method Description Polygon2dSelectable. getHull2d()Polygon2dSelectableScatter. getHull2d()Polygon2dSelectableSphere. getHull2d() -
Uses of Polygon2d in org.jzy3d.plot3d.primitives.textured
Fields in org.jzy3d.plot3d.primitives.textured declared as Polygon2d Modifier and Type Field Description protected Polygon2dTexturedCube. lastHullprotected Polygon2dTexturedCylinder. lastHullMethods in org.jzy3d.plot3d.primitives.textured that return Polygon2d Modifier and Type Method Description Polygon2dTexturedCube. getHull2d()Polygon2dTexturedCylinder. getHull2d()
-