accumulateCrossProductIndexIndexIndex Method

Compute the cross product of vectors from the point at originIndex to points at indexA and indexB, and add it to result.

accumulateCrossProductIndexIndexIndex(originIndex: number, indexA: number, indexB: number, result: Vector3d): void

Parameter Type Description
originIndex number  
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

Last Updated: 16 December, 2025