Outputs the inverse of the specified input value:
The inverse of a vector is the inverse of its individual components.
The inverse of scalars, matrices and quaternions is the multiplicative inverse such that X' * X = 1 (or identity).
For the inverse of a rotation matrix, use the Transpose node which will be faster and give the same result.