Uses of Interface
org.hipparchus.geometry.enclosing.Encloser
-
Packages that use Encloser Package Description org.hipparchus.geometry.enclosing This package provides interfaces and classes related to the smallest enclosing ball problem. -
-
Uses of Encloser in org.hipparchus.geometry.enclosing
Classes in org.hipparchus.geometry.enclosing that implement Encloser Modifier and Type Class Description class
WelzlEncloser<S extends Space,P extends Point<S>>
Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time.
-