Example #1
0
 public static double XAng(Point a, Point b)
 {
     return(a.AngleTo(b));
 }