I have a function
[pascal]
SetMatrix(Position, Rotation, Scale : TD3DVector): TD3DMatrix;
[/pascal]

but how can i get back from TD3DMatrix to Position, Scale and Rotation?


ps. I need this cause Newton Game Dynamics messes up my matrix ...