Saturday 15 August 2015

directx - How to dump XMMATRIX member value? -


Is there any good way to dump XMMATRIX and XMVEctOR?

  XMMTrix MX = XMatrixSkilling (...) * XM matrix translation (...); DumpMatrix (MX); // printf should be 4x4 matrix member   

I like the DumpMatrix function.

I did DirectMath.h . And found

  typed __M 128 XMVECTOR; How to remove  (x, y, z, w)  from   

__m128?

No comments:

Post a Comment