inverse
7/14/25Less than 1 minute
Matrix4x4.inverse
"Read-Only"
This property is **Read-Only**
Name | Type |
---|---|
inverse | Matrix4x4 |
Description
The inverse of this matrix. (Read Only)
Extra Detail
Inverted matrix is such that if multiplied by the original would result in identity matrix. If as matrix transforms vectors in a particular way, then the inverse matrix can transform them back. For example, Transform's worldToLocalMatrix and localToWorldMatrix are inverses of each other.