public abstract class AbstractConvexHull extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
boundarySize |
protected OpService |
opService |
protected Collection<? extends SNTPoint> |
points |
protected double |
size |
Modifier | Constructor and Description |
---|---|
protected |
AbstractConvexHull(Collection<T> points) |
protected |
AbstractConvexHull(Context context,
Collection<T> points) |
Modifier and Type | Method and Description |
---|---|
double |
boundarySize() |
abstract void |
compute() |
double |
size() |
protected OpService opService
protected final Collection<? extends SNTPoint> points
protected double size
protected double boundarySize
protected AbstractConvexHull(Context context, Collection<T> points)
protected AbstractConvexHull(Collection<T> points)
Copyright © 2015–2021 Fiji. All rights reserved.