So I have 2 objects I want to rotate. from 1 I only know the D3DMatrix and position. Now I want the other mesh to "Stick" to it on my update function with an offset. So when object 1 is 40 units away on the X axis and I rotate object 2 90 degrees, object 1 should be 40 units on the y axis. (know what I mean?)