accumulateScaledXYZ MethodAbstract
Accumulate scale times the x,y,z values at index.
- No action if index is out of bounds.
accumulateScaledXYZ(index: number, scale: number, sum: Point3d): void
| Parameter | Type | Description |
|---|---|---|
| index | number | |
| scale | number | |
| sum | Point3d |
Returns - void
Defined in
- geometry3d/IndexedXYZCollection.ts Line 264
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.