Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / PointCoincidence Method

In This Topic
    PointCoincidence Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function PointCoincidence( _
       ByVal p As Vector3D, _
       ByVal q As Vector3D, _
       ByVal problemSize As Double, _
       ByRef r As Vector3D, _
       ByRef rLen As Double _
    ) As Boolean
    public static bool PointCoincidence( 
       Vector3D p,
       Vector3D q,
       double problemSize,
       out Vector3D r,
       out double rLen
    )

    Parameters

    p
    q
    problemSize
    r
    rLen
    See Also