worldToLocalRotation method
Transforms a world rotation to a local rotation.
Implementation
double worldToLocalRotation(double worldRotation) {
final result = SpineBindings.bindings.spine_bone_pose_world_to_local_rotation(_ptr, worldRotation);
return result;
}