Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Transformation Constructor / Transformation Constructor(Double[],Boolean)
The matrix as an array of 16 doubles (deeply copied) ordered by row or by column
If true the matrix is loaded by row, else by column

In This Topic
    Transformation Constructor(Double[],Boolean)
    In This Topic
    16x array of doubles constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal m() As Double, _
       Optional ByVal byRow As Boolean _
    )
    public Transformation( 
       double[] m,
       bool byRow
    )

    Parameters

    m
    The matrix as an array of 16 doubles (deeply copied) ordered by row or by column
    byRow
    If true the matrix is loaded by row, else by column
    See Also