Uses of Class
org.apache.commons.geometry.euclidean.twod.Bounds2D
Packages that use Bounds2D
Package
Description
This package provides basic 2D geometry components.
-
Uses of Bounds2D in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return Bounds2DModifier and TypeMethodDescriptionBounds2D.Builder.build()
Create a newBounds2D
instance from the values in this builder.static Bounds2D
Construct a new instance from the given points.static Bounds2D
Construct a new instance from the given points.default Bounds2D
BoundarySource2D.getBounds()
Get aBounds2D
object defining the axis-aligned box containing all vertices in the boundaries for this instance.BoundarySourceBoundsBuilder2D.getBounds
(BoundarySource2D src) Get aBounds2D
instance containing all vertices in the given boundary source.EmbeddedTreeLineSubset.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.LineSpanningSubset.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.abstract Bounds2D
LineSubset.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.Ray.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.ReverseRay.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.Segment.getBounds()
Get aBounds2D
object defining an axis-aligned bounding box containing all vertices for this subset.Bounds2D.intersection
(Bounds2D other) Return the intersection of this bounding box and the argument, or null if no intersection exists.Methods in org.apache.commons.geometry.euclidean.twod with parameters of type Bounds2DModifier and TypeMethodDescriptionAdd the min and max points from the given bounds to this instance.RegionBSPTree2D.PartitionedRegionBuilder2D.insertAxisAlignedGrid
(Bounds2D bounds, int level, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Insert a grid of partitions.Bounds2D.intersection
(Bounds2D other) Return the intersection of this bounding box and the argument, or null if no intersection exists.boolean
Bounds2D.intersects
(Bounds2D other) Return true if any point on the interior or boundary of this instance is also considered to be on the interior or boundary of the argument.