---
title: "isIdentity"
description: "Whether the given matrix is the identity matrix."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun Matrix.isIdentity(): Boolean
```


Whether the given matrix is the identity matrix.



