Uses of Class
org.apache.commons.geometry.euclidean.threed.Bounds3D.Builder
-
Packages that use Bounds3D.Builder Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.threed.mesh This package contains types representing 3D mesh data structures. -
-
Uses of Bounds3D.Builder in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return Bounds3D.Builder Modifier and Type Method 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(java.lang.Iterable<? extends Vector3D> pts)
Add a collection of points to this instance.static Bounds3D.Builder
Bounds3D. builder()
Construct a newBounds3D.Builder
instance for creating bounds. -
Uses of Bounds3D.Builder in org.apache.commons.geometry.euclidean.threed.mesh
Fields in org.apache.commons.geometry.euclidean.threed.mesh declared as Bounds3D.Builder Modifier and Type Field Description private Bounds3D.Builder
SimpleTriangleMesh.Builder. boundsBuilder
Object used to construct the 3D bounds of the vertex list.
-