Package | Description |
---|---|
org.apache.commons.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Modifier and Type | Method and 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(Iterable<? extends Vector2D> pts)
Add a collection of points to this instance.
|
static Bounds2D.Builder |
Bounds2D.builder()
Construct a new
Bounds2D.Builder instance for creating bounds. |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.