Question
get keyframe bezier handles magnitude values?
So we can get the handle's values like this:
alert( app.project.activeItem.selectedLayers[0].position.keyOutSpatialTangent(1) );
but how on earth can I get the magnitude, or something else that would help to describe the length of the bezier handle?

