Invert

 
 
 

Categories

  • Math > Basic

  • Math > Matrix

Description

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.

Ports

Inputs

Value

The value to inverse.

Outputs

Result

The inverse of the specified input value.

Valid

Returns false if the result is undefined for the specified input values, true otherwise.

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License