crossProductToPointsXY MethodStatic
2D cross product of vectors with the vectors presented with common origin point, and two target points.
crossProductToPointsXY(origin: XAndY, target0: XAndY, target1: XAndY): number
@see crossProductXYXY for interpretations of the result.
| Parameter | Type | Description |
|---|---|---|
| origin | XAndY | |
| target0 | XAndY | |
| target1 | XAndY |
Returns - number
Defined in
- Geometry.ts Line 907
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.