Uses of Class
org.episteme.core.mathematics.geometry.boundaries.BoundingBox2D
Packages that use BoundingBox2D
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of BoundingBox2D in org.episteme.core.mathematics.geometry.boundaries
Methods in org.episteme.core.mathematics.geometry.boundaries that return BoundingBox2DModifier and TypeMethodDescriptionstatic BoundingBox2DBoundingBox2D.fromPoints(List<Point2D> points) Creates a bounding box enclosing all points.