Skip to content

aninest root / Vec2 / dot

dot()

ts
function dot(v1, v2): number

Calculates the dot product of two vectors.

Parameters

v1: Vec2

v2: Vec2

Returns

number

A scalar.

Defined in

Utils/vec2.ts:148