NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mtx.hpp
1
#pragma once
2
#include <
lib/rvl/mtx/mtx.h
>
3
4
namespace
nw4r {
5
namespace
math
{
6
7
struct
_MTX34
{
8
union
{
9
f32 mData[3][4];
10
Mtx
mtx;
11
};
12
};
13
14
/// @brief A 3x4 matrix.
15
struct
MTX34
:
public
_MTX34
{};
16
17
}
// namespace math
18
}
// namespace nw4r
Mtx
float Mtx[3][4]
A 3x4 matrix.
Definition
mtx.h:12
mtx.h
nw4r::math
Math library.
Definition
aabb.hpp:6
nw4r::math::MTX34
A 3x4 matrix.
Definition
mtx.hpp:15
nw4r::math::_MTX34
Definition
mtx.hpp:7
include
lib
nw4r
math
mtx.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2