Uses of Interface
org.hipparchus.geometry.enclosing.SupportBallGenerator
Package
Description
This package provides interfaces and classes related to the smallest enclosing ball problem.
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
-
Uses of SupportBallGenerator in org.hipparchus.geometry.enclosing
ModifierConstructorDescriptionWelzlEncloser
(double tolerance, SupportBallGenerator<S, P> generator) Simple constructor. -
Uses of SupportBallGenerator in org.hipparchus.geometry.euclidean.threed
Modifier and TypeClassDescriptionclass
Class generating an enclosing ball from its support points. -
Uses of SupportBallGenerator in org.hipparchus.geometry.euclidean.twod
Modifier and TypeClassDescriptionclass
Class generating an enclosing ball from its support points.