Tagged Questions
0
votes
2answers
306 views
Vectors from matrix
In XNA you can get front/back/left/right vector of Matrix class. How get these vectors without XNA, through C++ using standart 4x4 matrix ? I dont understand what exactly they mean but found them very ...