linearly v0.32.0Docs


linearly v0.32.0 / quat / dot

Function: dot()

dot(a, b): number

Calculates the dot product of two quat’s

Parameters

a: quat

b: quat

Returns

number

Defined in

src/quat.ts:482open in new window