dot

infix fun dot(other: Vec2<T>): T

Calculates dot product of this vector and the other vector.

Since

v1.1.0