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