CRaPI - Correct Robust and Perfect API

Line2D.Intersects Method 

Checks if this Line2D intersects another Line2D

public bool Intersects(
   Line2D pLine
);

Parameters

pLine
Line2D to check for intersection

Return Value

true if intersection is found, otherwise false

Remarks

See http://astronomy.swin.edu.au/~pbourke/geometry/lineline2d/ for details

See Also

Line2D Class | TeamYaffa.CRaPI.Utility Namespace