Uses of Interface
org.apache.commons.geometry.euclidean.twod.BoundarySource2D
Packages that use BoundarySource2D
Package
Description
This package provides basic 2D geometry components.
This package provides classes for working with connected sequences of
line segments and other line subsets.
This package provides utilities for constructing basic 2D shapes.
-
Uses of BoundarySource2D in org.apache.commons.geometry.euclidean.twod
Classes in org.apache.commons.geometry.euclidean.twod that implement BoundarySource2DModifier and TypeClassDescriptionclassBoundarySource2Dimplementation that uses boundaries stored in a list.classClass representing a finite or infinite convex area in Euclidean 2D space.final classBinary space partitioning (BSP) tree representing a region in two dimensional Euclidean space.Methods in org.apache.commons.geometry.euclidean.twod that return BoundarySource2DModifier and TypeMethodDescriptionstatic BoundarySource2DBoundarySource2D.of(Collection<LineConvexSubset> boundaries) Return aBoundarySource2Dinstance containing the given boundaries.static BoundarySource2DBoundarySource2D.of(LineConvexSubset... boundaries) Return aBoundarySource2Dinstance containing the given boundaries.Methods in org.apache.commons.geometry.euclidean.twod with parameters of type BoundarySource2DModifier and TypeMethodDescriptionRegionBSPTree2D.PartitionedRegionBuilder2D.insertBoundaries(BoundarySource2D boundarySrc) Insert all boundaries from the given source. -
Uses of BoundarySource2D in org.apache.commons.geometry.euclidean.twod.path
Classes in org.apache.commons.geometry.euclidean.twod.path that implement BoundarySource2DModifier and TypeClassDescriptionclassClass representing a connected path ofline convex subsets. -
Uses of BoundarySource2D in org.apache.commons.geometry.euclidean.twod.shape
Classes in org.apache.commons.geometry.euclidean.twod.shape that implement BoundarySource2DModifier and TypeClassDescriptionfinal classClass representing parallelograms, i.e. quadrilaterals with two pairs of parallel sides.