S
- Space type.P
- Point type.WelzlEncloser
public interface Encloser<S extends Space,P extends Point<S>>
EnclosingBall
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.