Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PointTangentU Class / PointTangentU Constructor / PointTangentU Constructor(Double,Double,Double,Double,Double,Double,Double)

In This Topic
    PointTangentU Constructor(Double,Double,Double,Double,Double,Double,Double)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double, _
       ByVal tx As Double, _
       ByVal ty As Double, _
       ByVal tz As Double, _
       ByVal u As Double _
    )
    public PointTangentU( 
       double x,
       double y,
       double z,
       double tx,
       double ty,
       double tz,
       double u
    )

    Parameters

    x
    y
    z
    tx
    ty
    tz
    u
    See Also