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

Last Updated: 07 October, 2025