Hi!
I've studied the List getObjectsAtOffset() and the Actor getObjectsAtOffset() methods, but is there some neat way to obtain a point dx, dy relative to an object's x,y position and rotation?
Say we had a 2D scenario with two actors: Actor one is a person riding a scooter, and actor two is the passenger. Suppose the passenger 'sits' 10 pixels 'behind' actor one. How would I go about writing the code for this?
Thanks in advance!

