P - Point type.public interface Encloser<P extends Point<P>>
EnclosingBall| Modifier and Type | Method and Description |
|---|---|
EnclosingBall<P> |
enclose(Iterable<P> points)
Find a ball enclosing a list of points.
|
EnclosingBall<P> enclose(Iterable<P> points)
points - points to encloseIllegalArgumentException - if the argument does not contain any pointsCopyright © 2016–2020 The Apache Software Foundation. All rights reserved.