CRaPI - Correct Robust and Perfect API

Line2D.OnLine Method 

Checks if a Point2D is on this Line2D

public bool OnLine(
   Point2D pPoint
);

Parameters

pPoint
The point

Return Value

true if the point is on line, otherwise false

See Also

Line2D Class | TeamYaffa.CRaPI.Utility Namespace