JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.math3.geometry.enclosing
Encloser
Contents
Description
Method Summary
Method Details
enclose(Iterable)
Hide sidebar
Show sidebar
Interface Encloser<S extends
Space
, P extends
Point
<S>>
Type Parameters:
S
- Space type.
P
- Point type.
All Known Implementing Classes:
WelzlEncloser
public interface
Encloser
<S extends
Space
, P extends
Point
<S>>
Interface for algorithms computing enclosing balls.
Since:
3.3
See Also:
EnclosingBall
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
EnclosingBall
<
S
,
P
>
enclose
(
Iterable
<
P
> points)
Find a ball enclosing a list of points.
Method Details
enclose
EnclosingBall
<
S
,
P
>
enclose
(
Iterable
<
P
> points)
Find a ball enclosing a list of points.
Parameters:
points
- points to enclose
Returns:
enclosing ball