Calculate angle between two arcs.
Another rather superfluous helper function, calculating the radian angle between two radian angles. Internally called by smoothArc
.
inAngle(a, b)
a |
Radian angle 1. |
b |
Radian angle 2. |
Numeric in range from -pi to pi.
Lutz P Breitling <l.breitling@posteo.de>
inAngle(pi, pi); inAngle(pi,-0.5*pi)/pi; inAngle(pi, 0.5*pi)/pi; inAngle(pi, 2.5*pi)/pi;
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.