Documentation of 'org.apache.commons.math3.geometry.enclosing.Encloser' Java class
Encloser
org.apache.commons.math3.geometry.enclosing

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 Detail

      • enclose

        EnclosingBall<S,P> enclose(java.lang.Iterable<P> points)
        Find a ball enclosing a list of points.
        Parameters:
        points - points to enclose
        Returns:
        enclosing ball

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.