Its so you can take a Vector3 and get it into/out of that space. For example, if you have a global_transform
and a global position, you can use global_transform.xform_inv(global_position)
and the result will be the position relative to the global transform :smile: