NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_w_camera.hpp
1#include <game/mLib/m_sphere.hpp>
2#include <game/bases/d_wm_lib.hpp>
3
5public:
6 void set( float, float, float, float, const mMtx_c& );
7 bool intersectSphere(const mSphere_c *);
8};
9
11public:
12 char pad[0x4f8];
14
16};
static dWCamera_c * m_instance
The instance of the camera.
dWmViewClip_c mViewClip
The camera's view clip.
bool intersectSphere(const mSphere_c *)
A 3x4 matrix.
Definition m_mtx.hpp:9