Definition at line 9 of file KartBody.hh.
Public Member Functions | |
KartBody (KartPhysics *physics) | |
virtual EGG::Matrix34f | wheelMatrix (u16) |
Computes a matrix to represent wheel rotation. For Karts, this is wheel-agnostic. | |
void | reset () |
void | calcSinkDepth () |
void | trySetTargetSinkDepth (f32 val) |
void | calcTargetSinkDepth () |
Setters | |
void | setAngle (f32 val) |
Getters | |
KartPhysics * | physics () const |
f32 | sinkDepth () const |
Protected Attributes | |
KartPhysics * | m_physics |
f32 | m_anAngle |
f32 | m_sinkDepth |
Vehicle offset applied downward into collision. | |
f32 | m_targetSinkDepth |
|
0x8056C394 |
Definition at line 8 of file KartBody.cc.
|
inlinevirtual |
Definition at line 12 of file KartBody.hh.
|
0x8056C9C4 |
Definition at line 31 of file KartBody.cc.
|
0x8056C964 |
Definition at line 41 of file KartBody.cc.
|
inlinenodiscard |
Definition at line 29 of file KartBody.hh.
|
0x8056C4B4 |
Definition at line 23 of file KartBody.cc.
|
inline |
Definition at line 23 of file KartBody.hh.
|
inlinenodiscard |
Definition at line 33 of file KartBody.hh.
|
0x8056C950 |
Definition at line 36 of file KartBody.cc.
|
nodiscardvirtual0x8056C604 |
Computes a matrix to represent wheel rotation. For Karts, this is wheel-agnostic.
Reimplemented in Kart::KartBodyBike, and Kart::KartBodyQuacker.
Definition at line 16 of file KartBody.cc.
|
protected |
Definition at line 40 of file KartBody.hh.
|
protected |
Definition at line 39 of file KartBody.hh.
|
protected |
Vehicle offset applied downward into collision.
Definition at line 41 of file KartBody.hh.
|
protected |
Definition at line 42 of file KartBody.hh.