See: Description
| Interface | Description |
|---|---|
| Encloser<P extends Point<P>> |
Interface for algorithms computing enclosing balls.
|
| SupportBallGenerator<P extends Point<P>> |
Interface for generating balls based on support points.
|
| Class | Description |
|---|---|
| EnclosingBall<P extends Point<P>> |
This class represents a ball enclosing some points.
|
| WelzlEncloser<P extends Point<P>> |
Class implementing Emo Welzl's algorithm to find the smallest enclosing ball in linear time.
|
This package provides interfaces and classes related to the smallest enclosing ball problem.
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.