Matrix.Invert Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Calculates the inverse of a matrix.
Definition
Visual Basic .NET |
Public Shared Function Invert( _ ByVal source As Matrix _ ) As Matrix |
C# |
public static Matrix Invert( Matrix source ); |
Managed C++ |
public: static Matrix Invert( Matrix source ); |
JScript .NET |
public static function Invert( source : Matrix ) :
Matrix; |
Parameters
Return Value
Microsoft.DirectX.Matrix
. A Matrix structure that is the result of the operation.
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center