I think this depends on the coordinate system you use, if your renderer uses the DirectX coordinate system and a similar scaling as A7 you can use the transformation matrices, and otherwise you have to calculate your own matrices. Directx has simple functions for transformation matrices so it shouldnt be a problem.