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

In This Topic
    PointTangent Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Standard constructor.
    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 _
    )
    public PointTangent( 
       double x,
       double y,
       double z,
       double tx,
       double ty,
       double tz
    )

    Parameters

    x
    y
    z
    tx
    ty
    tz
    See Also