Uses of Class
org.episteme.core.mathematics.geometry.boundaries.ConvexPolygon2D
Packages that use ConvexPolygon2D
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of ConvexPolygon2D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return ConvexPolygon2DModifier and TypeMethodDescriptionstatic ConvexPolygon2DConvexHull2D.computePolygon(List<Point2D> points) Creates a ConvexPolygon2D from the hull. -
Uses of ConvexPolygon2D in org.episteme.core.mathematics.geometry.boundaries
Methods in org.episteme.core.mathematics.geometry.boundaries that return ConvexPolygon2DModifier and TypeMethodDescriptionstatic ConvexPolygon2DConvexPolygon2D.fromPoints(List<Point2D> points) Creates a convex polygon from a set of points by computing their convex hull.static ConvexPolygon2DCreates a rectangle.static ConvexPolygon2DCreates a regular polygon.static ConvexPolygon2DCreates a triangle.