linearly v0.32.0Docs


linearly v0.32.0 / vec4 / dot

Function: dot()

dot(a, b): number

Calculates the dot product of two vec4’s

Parameters

a: vec4

b: vec4

Returns

number

Defined in

src/vec4.ts:574open in new window