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 Polygon2d
ConvexHull. 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 Polygon2d
Selectable. getHull2d()
Polygon2d
SelectableScatter. getHull2d()
Polygon2d
SelectableSphere. 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 Polygon2d
TexturedCube. lastHull
protected Polygon2d
TexturedCylinder. lastHull
Methods in org.jzy3d.plot3d.primitives.textured that return Polygon2d Modifier and Type Method Description Polygon2d
TexturedCube. getHull2d()
Polygon2d
TexturedCylinder. getHull2d()
-