centroidAreaNormal MethodStatic
Return a Ray3d with:
originis the centroid of the region,directionis a unit vector perpendicular to the region plane,ais the region area.
centroidAreaNormal(region: AnyRegion, result?: Ray3d): undefined | Ray3d
| Parameter | Type | Description |
|---|---|---|
| region | AnyRegion | the region to process. Can lie in any plane. |
| result | Ray3d | optional pre-allocated result to populate and return. |
Returns - undefined | Ray3d
Defined in
- curve/RegionOps.ts Line 201
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.