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

In This Topic
    Scaled Method
    In This Topic
    Craetes a scaling matrix and muliplies the original matrix by it.
    Syntax
    'Declaration
     
    Public Shared Sub Scaled( _
       ByVal sx As Double, _
       ByVal sy As Double, _
       ByVal sz As Double, _
       ByRef original As Double() _
    ) 
    public static void Scaled( 
       double sx,
       double sy,
       double sz,
       ref double[] original
    )

    Parameters

    sx
    The X scaling coefficient
    sy
    The Y scaling coefficient
    sz
    The Z scaling coefficient
    original
    The matrix to multiply
    See Also