Uses of Class
org.apache.commons.geometry.euclidean.threed.shape.Parallelepiped.Builder
Packages that use Parallelepiped.Builder
Package
Description
This package provides utilities for constructing basic 3D shapes.
-
Uses of Parallelepiped.Builder in org.apache.commons.geometry.euclidean.threed.shape
Methods in org.apache.commons.geometry.euclidean.threed.shape that return Parallelepiped.BuilderModifier and TypeMethodDescriptionstatic Parallelepiped.BuilderParallelepiped.builder(org.apache.commons.numbers.core.Precision.DoubleEquivalence precision) Return a newParallelepiped.Builderinstance to use for constructing parallelepipeds.Parallelepiped.Builder.setPosition(Vector3D pos) Set the center position of the created parallelepiped.Parallelepiped.Builder.setRotation(QuaternionRotation rot) Set the rotation of the created parallelepiped.Parallelepiped.Builder.setScale(double scaleFactor) Set the scaling for the created parallelepiped.Parallelepiped.Builder.setScale(double x, double y, double z) Set the scaling for the created parallelepiped.Set the scaling for the created parallelepiped.