S
- Space type.P
- Point type.public interface Encloser<S extends Space,P extends Point<S>>
EnclosingBall
Modifier and Type | Method and Description |
---|---|
EnclosingBall<S,P> |
enclose(Iterable<P> points)
Find a ball enclosing a list of points.
|
EnclosingBall<S,P> enclose(Iterable<P> points)
points
- points to encloseCopyright © 2016–2020 Hipparchus.org. All rights reserved.