Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Translation Method / Translation(Vector3D) Method
Delta vector

In This Topic
    Translation(Vector3D) Method
    In This Topic
    Creates a new transformation of translation. Right column is (v.X, v.Y, v.Z, 1).
    Syntax
    'Declaration
     
    Public Overloads Sub Translation( _
       ByVal v As Vector3D _
    ) 
    public void Translation( 
       Vector3D v
    )

    Parameters

    v
    Delta vector
    See Also