GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / NearestIntersectionOnLine Method
In This Topic
    NearestIntersectionOnLine Method
    In This Topic
    Find the intersection point of the finite line segment A-B and the infinite line P-Q that is closest to point P.
    Syntax
    public static bool NearestIntersectionOnLine( 
       PointF a,
       PointF b,
       PointF p,
       PointF q,
       out PointF result
    )

    Parameters

    a
    b
    p
    q
    result
    See Also