You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

904 B

InvertTRS (Matrix)

Menu Path : Operator > Math > Geometry > InvertTRS (Matrix)

The Invert TRS (Matrix) Operator inverts a TRS (Translation, Rotation, and Scaling) matrix.

A matrix is the inverse of another matrix if, when you multiply them together, the result is an identity matrix. For more information on inverse matrices, see Matrix4x4.inverse.

Operator properties

Input Type Description
Matrix Matrix4x4 The Matrix this Operator inverts.
Output Type Description
o Matrix4x4 The result of the inverted Matrix.