@GeonBit wrote:
Given a matrix, I want to get a 2d vector that I can later use like this:
Matrix.CreateFromYawPitchRoll(_currRotation.X, _currRotation.Y, 0f))
And will get the same original matrix I had (ignore scale and position for now).
Anyone knows how do I get that 2d vector?Thanks!
Posts: 1
Participants: 1