ExpressionFunctions.Inverse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Inverse(Matrix3x2Node) |
Returns the inverse of the specified matrix. |
| Inverse(Matrix4x4Node) |
Returns the inverse of the specified matrix. |
Inverse(Matrix3x2Node)
Returns the inverse of the specified matrix.
public static CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node Inverse(CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node val);
static member Inverse : CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix3x2Node
Public Shared Function Inverse (val As Matrix3x2Node) As Matrix3x2Node
Parameters
- val
- Matrix3x2Node
The matrix to invert.
Returns
Matrix3x2Node.
Applies to
Inverse(Matrix4x4Node)
Returns the inverse of the specified matrix.
public static CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node Inverse(CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node val);
static member Inverse : CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node -> CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node
Public Shared Function Inverse (val As Matrix4x4Node) As Matrix4x4Node
Parameters
- val
- Matrix4x4Node
The matrix to invert.
Returns
Matrix4x4Node.