Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Transformation Constructor / Transformation Constructor(Double)
Diagonal value

In This Topic
    Transformation Constructor(Double)
    In This Topic
    Diagonal matrix constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal d As Double _
    )
    public Transformation( 
       double d
    )

    Parameters

    d
    Diagonal value
    See Also