Eyeshot 10 WinForms API Reference
InvertMatrixd Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : InvertMatrixd Method
The matrix to invert
The inverted matrix
Inverts a matrix.
Syntax
'Declaration
 
Public Shared Function InvertMatrixd( _
   ByVal m() As Double, _
   ByVal invOut() As Double _
) As Boolean
public static bool InvertMatrixd( 
   double[] m,
   double[] invOut
)

Parameters

m
The matrix to invert
invOut
The inverted matrix

Return Value

True if successful, false otherwise.
See Also

Reference

Utility Class
Utility Members