cross

fun cross(left: Cartesian3, right: Cartesian3, result: Cartesian3): Cartesian3(source)

Computes the cross (outer) product of two Cartesians.

Return

The cross product.

Parameters

left

The first Cartesian.

right

The second Cartesian.

result

The object onto which to store the result.

See also