Skip to content

Math.Inverse

Name Mandatory Description Default Type
⬅️ Input Takes a 4x4 matrix (a sequence of four float4 vectors) as input. [Float4]
Output ➡️ Returns the inverse of the input 4x4 matrix. [Float4]

This shard takes a 4x4 matrices as input and computes its inverse. A 4x4 matrix is a sequence with exactly 4 float4 vectors while a float4 vector is a vector with 4 float elements.