Uses of Class
org.apache.commons.geometry.euclidean.threed.shape.Sphere
Packages that use Sphere
Package
Description
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 SphereModifier and TypeFieldDescriptionprivate final Sphere
Sphere.SphereMeshApproximationBuilder.sphere
The sphere that an approximation is being created for.private final Sphere
Sphere.SphereTreeApproximationBuilder.sphere
The sphere that an approximation is being created for.Methods in org.apache.commons.geometry.euclidean.threed.shape that return SphereModifier and TypeMethodDescriptionstatic 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 SphereModifierConstructorDescription(package private)
SphereMeshApproximationBuilder
(Sphere sphere, int subdivisions) Construct a new builder for creating a mesh approximation of the given sphere.(package private)
SphereTreeApproximationBuilder
(Sphere sphere, int subdivisions) Construct a new builder for creating a BSP tree approximation of the given sphere.