linearly v0.32.0Docs


linearly v0.32.0 / vec3 / dot

Function: dot()

dot(a, b): number

Calculates the dot product of two vec3’s

Parameters

a: vec3

b: vec3

Returns

number

Defined in

src/vec3.ts:536open in new window