Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / TangentAt Method

In This Topic
    TangentAt Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TangentAt( _
       ByVal t As Double _
    ) As Vector3D
    public Vector3D TangentAt( 
       double t
    )

    Parameters

    t
    See Also