dot

abstract infix fun dot(other: V): Double(source)

Calculate the dot product of this vector with another vector.

Return

The dot product.

Parameters

other

The other vector to calculate the dot product with.