Package | Description |
---|---|
org.apache.commons.math3.geometry.enclosing |
This package provides interfaces and classes related to the smallest enclosing ball problem.
|
org.apache.commons.math3.geometry.euclidean.threed |
This package provides basic 3D geometry components.
|
org.apache.commons.math3.geometry.euclidean.twod |
This package provides basic 2D geometry components.
|
Constructor and Description |
---|
WelzlEncloser(double tolerance,
SupportBallGenerator<S,P> generator)
Simple constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SphereGenerator
Class generating an enclosing ball from its support points.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskGenerator
Class generating an enclosing ball from its support points.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.