I have a EulerAngle of Vector3(0,20,0) that represents a limit on a bone rotation.
I want to compare this limit with the actual rotation of a bone. Is there a way to convert Vector3(0,20,0) into a Quaternion with the same axis as the bone Y axis and then compare the angles?
If so how would I do that for the X and Z axis?
Thanks,
Dan