Uses of Class
org.apache.commons.geometry.euclidean.threed.Bounds3D.Builder
Packages that use Bounds3D.Builder
Package
Description
This package provides basic 3D geometry components.
-
Uses of Bounds3D.Builder in org.apache.commons.geometry.euclidean.threed
Methods in org.apache.commons.geometry.euclidean.threed that return Bounds3D.BuilderModifier and TypeMethodDescriptionAdd the min and max points from the given bounds to this instance.Add a point to this instance.Add a collection of points to this instance.static Bounds3D.BuilderBounds3D.builder()Construct a newBounds3D.Builderinstance for creating bounds.