Documentation / @ripl/core / matrixIsIdentity
Function: matrixIsIdentity()
matrixIsIdentity(
matrix):boolean
Defined in: packages/core/src/math/matrix.ts:85
Tests whether matrix is the identity transform (within an exact comparison).
Parameters
| Parameter | Type |
|---|---|
matrix | Matrix |
Returns
boolean