accumulateCrossProductIndexIndexIndex MethodAbstract
Compute the cross product from indexed origin to targets at indices indexA and indexB, and add it to result.
accumulateCrossProductIndexIndexIndex(origin: number, indexA: number, indexB: number, result: Vector3d): void
| Parameter | Type | Description |
|---|---|---|
| origin | number | index of origin. |
| indexA | number | index of first target within the array. |
| indexB | number | index of second target within the array. |
| result | Vector3d | caller-allocated vector. |
Returns - void
Defined in
- geometry3d/IndexedXYZCollection.ts Line 255
Last Updated: 13 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.