Function exactEquals
Parameters
- a: ReadonlyMat4
The first matrix.
- b: ReadonlyMat4
The second matrix.
Returns boolean
True if the matrices are equal, false otherwise.
- a: ReadonlyMat4
Was this helpful?
The first matrix.
The second matrix.
True if the matrices are equal, false otherwise.
Returns whether or not the matrices have exactly the same elements in the same position (when compared with ===)