accumulateScaledXYZ Method
Compute the cross product from indexed origin t indexed targets targetAIndex and targetB index.
- Accumulate it to the result.
accumulateScaledXYZ(index: number, scale: number, sum: Point3d): void
| Parameter | Type | Description |
|---|---|---|
| index | number | |
| scale | number | |
| sum | Point3d |
Returns - void
Defined in
- geometry3d/GrowableXYZArray.ts Line 870
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.