Uses of Class
org.apache.commons.geometry.euclidean.threed.shape.Sphere
-
Packages that use Sphere Package Description org.apache.commons.geometry.euclidean.threed.shape This package provides utilities for constructing basic 3D shapes. -
-
Uses of Sphere in org.apache.commons.geometry.euclidean.threed.shape
Fields in org.apache.commons.geometry.euclidean.threed.shape declared as Sphere Modifier and Type Field Description private Sphere
Sphere.SphereMeshApproximationBuilder. sphere
The sphere that an approximation is being created for.private Sphere
Sphere.SphereTreeApproximationBuilder. sphere
The sphere that an approximation is being created for.Methods in org.apache.commons.geometry.euclidean.threed.shape that return Sphere Modifier and Type Method Description static Sphere
Sphere. from(Vector3D center, double radius, org.apache.commons.numbers.core.Precision.DoubleEquivalence precision)
Construct a sphere from a center point and radius.Constructors in org.apache.commons.geometry.euclidean.threed.shape with parameters of type Sphere Constructor Description SphereMeshApproximationBuilder(Sphere sphere, int subdivisions)
Construct a new builder for creating a mesh approximation of the given sphere.SphereTreeApproximationBuilder(Sphere sphere, int subdivisions)
Construct a new builder for creating a BSP tree approximation of the given sphere.
-