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.
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.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.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.BuilderModifier and TypeFieldDescriptionprivate final Bounds3D.Builder
SimpleTriangleMesh.Builder.boundsBuilder
Object used to construct the 3D bounds of the vertex list.