Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Invert Method

In This Topic
    Invert Method (Transformation)
    In This Topic
    Inverts the 4x4 matrix.
    Syntax
    'Declaration
     
    Public Function Invert() As Boolean
    public bool Invert()

    Return Value

    True if matrix is non-singular, false otherwise.
    See Also