compressSmallTriangles MethodStatic

Return a simplified subset of given points, omitting points of the triangle with adjacent points is small.

  • This is a local search, with a single pass over the data.

compressSmallTriangles(source: Point3d[], maxTriangleArea: number): Point3d[]

Parameter Type Description
source Point3d[] input points
maxTriangleArea number  

Defined in

Last Updated: 05 June, 2020