accumulateProductsFromOrigin Method
Accumulate sums from Matrix4d and origin.
- scale by given scaleFactor (e.g. sign to correct orientation)
- trap the origin if thisneeds an origin.
accumulateProductsFromOrigin(origin: Point3d, products: Matrix4d, scale: number): void
| Parameter | Type | Description | 
|---|---|---|
| origin | Point3d | |
| products | Matrix4d | |
| scale | number | 
Returns - void
Defined in
- geometry4d/MomentData.ts Line 423
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.