NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mtx.hpp
1#pragma once
2
3namespace nw4r {
4namespace math {
5
7struct MTX34 {
8 float mMtx[3][4];
9};
10
11} // namespace math
12} // namespace nw4r
A 3x4 matrix.
Definition mtx.hpp:7