SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Swinger.hpp
1#pragma once
2
3#include <revolution.h>
4#include <JSystem/JGeometry.hpp>
5
6class Swinger {
7public:
8 Swinger(const TVec3f *, MtxPtr, f32, f32, f32, const TVec3f *);
9
10 void update();
11 void accel(const TVec3f &);
12 void updateSwingMtx(const TVec3f &);
13
14 const TVec3f* _0;
15 u32 _4;
16 TVec3f _8;
17 TVec3f mAcceleration; // _14
18 TVec3f _20;
19 f32 _2C;
20 f32 _30;
21 f32 _34;
22 f32 _38;
23 TVec3f _3C;
24 TVec3f _48;
25 TVec3f _54;
26 TPos3f _60;
27};