NevronOpenVision
Nevron.Nov.Graphics Namespace / NMatrix Structure


In This Topic
    NMatrix Structure Properties
    In This Topic

    For a list of all members of this type, see NMatrix members.

    Public Properties
     NameDescription
    Public PropertyGets the determinant of this matrix  
    Public PropertyDX matrix element  
    Public PropertyDY matrix element  
    Public PropertyDetermines whether this is the identity matrix  
    Public PropertyDetermines whether this matrix is invertible  
    Public PropertyDetermines whether this is the zero matrix  
    Public PropertyM11 matrix element  
    Public PropertyM12 matrix element  
    Public PropertyM21 matrix element  
    Public PropertyM22 matrix element  
    Public PropertyObtains the rotation (in radians). The rotatoin is calculated as the angle between the transformed (0, 0);(1, 0) vector and the X axis.  
    Public PropertyObtains the X scale. The X scale is calculated as the distance between the transformed (0, 0) and (1, 0) points.  
    Public PropertyObtains the Y scale. The Y scale is calculated as the distance between the transformed (0, 0) and (0, 1) points  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Internal Property  
    Top
    See Also