NumDelTri: Number of Delaunay triangles based on a 2D data set
Description
Returns the number of Delaunay triangles based on the 2D set of points Yp.
See (okabe:2000,sinclair:2016;textualpcds) for more on Delaunay triangulation and
the corresponding algorithm.
Usage
NumDelTri(Yp)
Arguments
Yp
A set of 2D points which constitute the vertices of Delaunay triangles.