linearly v0.32.0 • Docs
linearly v0.32.0 / mat2d / exactEquals
Function: exactEquals()
exactEquals(
a
,b
):boolean
Returns whether or not the matrices have exactly the same elements in the same position (when compared with ===
)
Parameters
• a: mat2d
• b: mat2d
Returns
boolean