cross

fun cross(left: Cartesian2, right: Cartesian2): Double(source)

Computes the magnitude of the cross product that would result from implicitly setting the Z coordinate of the input vectors to 0

Return

The cross product.

Parameters

left

The first Cartesian.

right

The second Cartesian.

See also