dot

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

Computes the dot (scalar) product of two quaternions.

Return

The dot product.

Parameters

left

The first quaternion.

right

The second quaternion.

See also