Uses of Class
org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary2D
Packages that use CompositeBoundary2D
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of CompositeBoundary2D in org.episteme.core.mathematics.geometry.boundaries
Methods in org.episteme.core.mathematics.geometry.boundaries with parameters of type CompositeBoundary2DModifier and TypeMethodDescriptionstatic Boundary2DBoundaryConverter.toConvexHull(CompositeBoundary2D composite) Flattens a composite boundary to a single convex hull.static List<Boundary2D> BoundaryConverter.toIndividualRegions(CompositeBoundary2D composite) Splits a composite boundary into its individual regions.