
public class AlphaShape extends Object
| Modifier and Type | Field and Description | 
|---|---|
private double | 
alpha2
Alpha shape 
 | 
private ArrayList<SweepHullDelaunay2D.Triangle> | 
delaunay
Delaunay triangulation 
 | 
private List<Vector> | 
points
Points 
 | 
| Constructor and Description | 
|---|
AlphaShape(List<Vector> points,
          double alpha)  | 
private double alpha2
private ArrayList<SweepHullDelaunay2D.Triangle> delaunay