Uses of Interface
org.apache.commons.math3.geometry.enclosing.SupportBallGenerator
-
Packages that use SupportBallGenerator Package Description org.apache.commons.math3.geometry.enclosing This package provides interfaces and classes related to the smallest enclosing ball problem.org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of SupportBallGenerator in org.apache.commons.math3.geometry.enclosing
Fields in org.apache.commons.math3.geometry.enclosing declared as SupportBallGenerator Modifier and Type Field Description private SupportBallGenerator<S,P>
WelzlEncloser. generator
Generator for balls on support.Constructors in org.apache.commons.math3.geometry.enclosing with parameters of type SupportBallGenerator Constructor Description WelzlEncloser(double tolerance, SupportBallGenerator<S,P> generator)
Simple constructor. -
Uses of SupportBallGenerator in org.apache.commons.math3.geometry.euclidean.threed
Classes in org.apache.commons.math3.geometry.euclidean.threed that implement SupportBallGenerator Modifier and Type Class Description class
SphereGenerator
Class generating an enclosing ball from its support points. -
Uses of SupportBallGenerator in org.apache.commons.math3.geometry.euclidean.twod
Classes in org.apache.commons.math3.geometry.euclidean.twod that implement SupportBallGenerator Modifier and Type Class Description class
DiskGenerator
Class generating an enclosing ball from its support points.
-