Appearance
aninest-root / Vec2 / dot
function dot(v1, v2): number;
Defined in: Utils/vec2.ts:149
Calculates the dot product of two vectors.
Vec2
number
A scalar.