Uses of Class
org.apache.commons.geometry.euclidean.twod.Bounds2D.Builder
-
Packages that use Bounds2D.Builder Package Description org.apache.commons.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of Bounds2D.Builder in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return Bounds2D.Builder Modifier and Type Method Description Bounds2D.Builder
Bounds2D.Builder. add(Bounds2D bounds)
Add the min and max points from the given bounds to this instance.Bounds2D.Builder
Bounds2D.Builder. add(Vector2D pt)
Add a point to this instance.Bounds2D.Builder
Bounds2D.Builder. addAll(java.lang.Iterable<? extends Vector2D> pts)
Add a collection of points to this instance.static Bounds2D.Builder
Bounds2D. builder()
Construct a newBounds2D.Builder
instance for creating bounds.
-