Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Transformation Constructor / Transformation Constructor(Double[,])
The matrix (deeply copied)

In This Topic
    Transformation Constructor(Double[,])
    In This Topic
    4x4 square array of doubles constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal m(,) As Double _
    )
    public Transformation( 
       double[,] m
    )

    Parameters

    m
    The matrix (deeply copied)
    See Also