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 430
Last Updated: 03 November, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.