First, let us define a generalized disk of radius 1/alpha to be the following:
- If alpha > 0, it is an ordinary closed disk of radius 1/alpha
- If alpha = 0, it is a halfplane
- If alpha < 0, it is the complement of a closed disk of radius -1/alpha
Then, given a set of points and a specific value for alpha, we
construct the alpha shape graph in the following way:
- For each point Pi in our point set, we create a vertex Vi.
- We create an edge between two vertices Vi and Vj whenever
there exists a generalized disk of radius 1/alpha
containing the entire point set and which has the property
that Pi and Pj lie on its boundary.