linearly v0.32.0Docs


linearly v0.32.0 / vec2 / exactEquals

Function: exactEquals()

exactEquals(a, b): boolean

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

Parameters

a: vec2

b: vec2

Returns

boolean

Shorthands

Defined in

src/vec2.ts:871open in new window