sumTriangleAreasXY MethodStatic
Sum areas of triangles from points[0] to each far edge.
- Consider triangles from points[0] to each edge.
- Sum the areas(absolute, without regard to orientation) all these triangles.
sumTriangleAreasXY(points: Point3d[]): number
Parameter | Type | Description |
---|---|---|
points | Point3d[] |
Returns - sum of absolute triangle areas.
Defined in
Last Updated: 08 January, 2020