dot

fun dot(left: Cartesian3, right: Cartesian3): Double(source)

Computes the dot (scalar) product of two Cartesians.

Return

The dot product.

Parameters

left

The first Cartesian.

right

The second Cartesian.

See also