computeWorldRotation method
Computes the world rotation from the local rotation.
Implementation
double computeWorldRotation(BonePose bone) {
final result = SpineBindings.bindings.spine_point_attachment_compute_world_rotation(_ptr, bone.nativePtr.cast());
return result;
}