Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.inverse

public Matrix4x4 inverse;

Description

The inverse of this matrix (Read Only).

Inverted matrix is such that if multiplied by the original would result in identity matrix.

If some 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.

no example available in C#

Did you find this page useful? Please give it a rating: