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