Method AngleBetween
AngleBetween(Point, Point)
Computes the smallest angle between two vectors (points), in radians.
public static double AngleBetween(Point a, Point b)
Computes the smallest angle between two vectors (points), in radians.
public static double AngleBetween(Point a, Point b)