linearly v0.32.0Docs


linearly v0.32.0 / quat / exactEquals

Function: exactEquals()

exactEquals(a, b): boolean

Returns whether or not the quaternions have exactly the same elements in the same position (when compared with ===)

Parameters

a: vec4

b: vec4

Returns

boolean

Shorthands

Shorthands

Defined in

src/quat.ts:531open in new window