Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Rotation Class / Rotation Constructor / Rotation Constructor(Double[,])
The matrix stored in the file.

In This Topic
    Rotation Constructor(Double[,])
    In This Topic
    Proprietary file format constructor.
    Syntax
    'Declaration
     
    Protected Friend Function New( _
       ByVal matrix(,) As Double _
    )
    protected internal Rotation( 
       double[,] matrix
    )

    Parameters

    matrix
    The matrix stored in the file.
    See Also