0 Members and 1 Guest are viewing this topic.
SetAngle(GetAngle() + Modify)
SetAngle( (0,0,0) + Modify + GetAngle() );
rotating from (45,x,y) to what you want it to do would require a combination of x and y, not just x
so what's the actual rotation of the bottom-left piece? (the one that says (+45,-45,0)(it's not that))
function((+45, 0, 0), (0, -45, 0)) = (+28, -60, +320)function(a, b){ Formula goes here}