Uses of Interface
org.hipparchus.geometry.enclosing.Encloser
Packages that use Encloser
Package
Description
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 EncloserModifier and TypeClassDescriptionclass
WelzlEncloser<S extends Space,
P extends Point<S>> Class implementing Emo Welzl algorithm to find the smallest enclosing ball in linear time.