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