CRaPI - Correct Robust and Perfect API

Point2D.AngleTo Method 

The angle from this point to another point

public double AngleTo(
   Point2D pPoint
);

Parameters

pPoint
The point to calculate angle to

Return Value

The angle to the point

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace