Returns the angle between two vectors in radians.
First point.
Second point.
Angle in radians.
To convert, for example, to degrees, use the function like this:
pointDirection(...).from!(Radians,Degrees);
See Implementation
Returns the angle between two vectors in radians.