Function alphaComplex

  • Alpha Complex 算法

    • Alpha shapes are a generalization of Delaunay triangulations.
    • Given a parameter alpha and a point set, they compute a simplicial complex which covers the point set in simplices whose circum radii are less than 1/alpha.

    Parameters

    • points: Point[]

      点数组

    • alpha: number

      alpha 值

    Returns [number, number, number][]

Generated using TypeDoc