Package | Description |
---|---|
org.apache.commons.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
Modifier and Type | Method and Description |
---|---|
Bounds3D.Builder |
Bounds3D.Builder.add(Bounds3D bounds)
Add the min and max points from the given bounds to this instance.
|
Bounds3D.Builder |
Bounds3D.Builder.add(Vector3D pt)
Add a point to this instance.
|
Bounds3D.Builder |
Bounds3D.Builder.addAll(Iterable<? extends Vector3D> pts)
Add a collection of points to this instance.
|
static Bounds3D.Builder |
Bounds3D.builder()
Construct a new
Bounds3D.Builder instance for creating bounds. |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.