dot

fun dot(left: Cartesian4, right: Cartesian4): 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