Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / Translated Method
The X translation coefficient
The Y translation coefficient
The Z translation coefficient
The matrix to multiply

In This Topic
    Translated Method
    In This Topic
    Craetes a translation matrix and muliplies the original matrix by it.
    Syntax
    'Declaration
     
    Public Shared Sub Translated( _
       ByVal dx As Double, _
       ByVal dy As Double, _
       ByVal dz As Double, _
       ByRef original As Double() _
    ) 
    public static void Translated( 
       double dx,
       double dy,
       double dz,
       ref double[] original
    )

    Parameters

    dx
    The X translation coefficient
    dy
    The Y translation coefficient
    dz
    The Z translation coefficient
    original
    The matrix to multiply
    See Also