EH, been a bit clears throat
The idea was to create a tangent smoothing script.
I have used autotangent in the past but wanted something that would process more than just tangents.
As of right now, it smooths fine, with some minor issues and removes duplicate keys.
All that is left is linear key processing and overshoot.
Going off of above, the calculations have changed to tan^ instead of vectors.
opposite/adjacent
Which is easy enough: getting a degree from that uses atan( tan^ )*180.0/3.14159;
I took your advice and tried keyTangent -q -outAngle, but the default tangent angles didn't form a smooth curve.
Nice to know however, it will come in handy later!
Will keep things updated as they go.
Might upload it too once thigns are ironed out.