centroidAreaNormal MethodStatic
Return a Ray3d with (assuming the polygon is planar and not self-intersecting):
- originat the centroid of the (3D) polygon
- directionis the unit vector perpendicular to the plane
- ais the area.
centroidAreaNormal(points: IndexedXYZCollection | Point3d[]): undefined | Ray3d
| Parameter | Type | Description | 
|---|---|---|
| points | IndexedXYZCollection | Point3d[] | 
Returns - undefined | Ray3d
Defined in
- geometry3d/PolygonOps.ts Line 527
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.