crossProductUncheckedIndexIndexXYAndZ Method
Return the cross product of the vectors from origin to the point at indexA and to `targetB.
- This method does not check for index validity. Use crossProductIndexIndexXYAndZ to have validity test.
crossProductUncheckedIndexIndexXYAndZ(origin: number, indexA: number, targetB: Readonly<WritableXYAndZ>, result?: Vector3d): Vector3d
| Parameter | Type | Description |
|---|---|---|
| origin | number | index of point within the array; origin of both vectors. |
| indexA | number | index of point within the array; target of the first vector. |
| targetB | Readonly<WritableXYAndZ> | target of second vector. |
| result | Vector3d | optional caller-allocated result to fill and return. |
Returns - Vector3d
Defined in
- geometry3d/GrowableXYZArray.ts Line 868
Last Updated: 10 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.