dotVectorsToTargets Method
Return the dot product of vector from this to targetA and vector from this to targetB
dotVectorsToTargets(targetA: XAndY, targetB: XAndY): number
| Parameter | Type | Description |
|---|---|---|
| targetA | XAndY | target of first vector |
| targetB | XAndY | target of second vector |
Returns - number
Defined in
- geometry3d/Point2dVector2d.ts Line 356
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.