#How to simplify working with Transform manipulations?
2 messages · Page 1 of 1 (latest)
transform.compute_affine().inverse().transform_vector3(YOUR_VECTOR)
It's not necessarily simpler but it requires slightly less complex thinking, and also supports scaling