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