Uses of Interface
org.hipparchus.geometry.enclosing.SupportBallGenerator
-
Packages that use SupportBallGenerator Package Description org.hipparchus.geometry.enclosing This package provides interfaces and classes related to the smallest enclosing ball problem.org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of SupportBallGenerator in org.hipparchus.geometry.enclosing
Constructors in org.hipparchus.geometry.enclosing with parameters of type SupportBallGenerator Constructor Description WelzlEncloser(double tolerance, SupportBallGenerator<S,P> generator)
Simple constructor. -
Uses of SupportBallGenerator in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.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.hipparchus.geometry.euclidean.twod
Classes in org.hipparchus.geometry.euclidean.twod that implement SupportBallGenerator Modifier and Type Class Description class
DiskGenerator
Class generating an enclosing ball from its support points.
-