createTriangulatedGraphFromPoints MethodStatic

Create a graph with a triangulation points.

  • The outer limit of the graph is the convex hull of the points.
  • The outside loop is marked HalfEdgeMask.EXTERIOR

createTriangulatedGraphFromPoints(points: Point3d[]): HalfEdgeGraph | undefined

Parameter Type Description
points Point3d[]  

Defined in

Last Updated: 08 January, 2020