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

In This Topic
    IsReversed Method
    In This Topic
    Returns true if the transformation is orientation-reversing, i.e. if the determinant of the 3x3 submatrix is smaller than zero.
    Syntax
    'Declaration
     
    Public Function IsReversed() As Boolean
    public bool IsReversed()
    See Also