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

Last Updated: 16 May, 2026