Interface Encloser<S extends Space,P extends Point<S,P>>

Type Parameters:
S - Space type.
P - Point type.
All Known Implementing Classes:
WelzlEncloser

public interface Encloser<S extends Space,P extends Point<S,P>>
Interface for algorithms computing enclosing balls.
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    enclose(Iterable<P> points)
    Find a ball enclosing a list of points.
  • Method Details Link icon

    • enclose Link icon

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