dotProductIndexIndexIndex Method
Return the dot product of the vectors from the point at origin
to the points at indexA
and indexB
.
dotProductIndexIndexIndex(origin: number, indexA: number, indexB: number): undefined | number
@returns undefined if index is out of bounds.
Returns - undefined | number
undefined if index is out of bounds.
Defined in
- geometry3d/IndexedXYZCollection.ts Line 100
Last Updated: 16 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.