Skip to content

API > Matrix4x4 > isIdentity


Matrix4x4.isIdentity⚓︎

Read-Only

Read-only Property This property is Read-Only

Name Type
isIdentity boolean

Description⚓︎

Checks whether this is an identity matrix. (Read Only)

Extra Detail⚓︎

An identity matrix contains 1.0 in the main diagonal, and 0.0 for every other elements.