A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Render::KartModel Class Reference

#include <KartModel.hh>

Description

Included in Kinoko because it mysteriously sets an angle member variable in KartBody.

Definition at line 9 of file KartModel.hh.

Inheritance diagram for Render::KartModel:

Public Member Functions

virtual void vf_1c ()
 
void init ()
 
void calc ()
 
void FUN_807CB198 ()
 
void FUN_807CB530 ()
 
void FUN_807C7828 (u8 playerIdx, bool isBike)
 

Private Attributes

bool m_somethingLeft
 
bool m_somethingRight
 
f32 _54
 
f32 _58
 
f32 _5c
 
f32 _64
 
bool m_isInsideDrift
 
f32 _2e8
 

Additional Inherited Members

- Private Member Functions inherited from Kart::KartObjectProxy
void setPos (const EGG::Vector3f &pos)
 
void setRot (const EGG::Quatf &q)
 
void setInertiaScale (const EGG::Vector3f &scale)
 
KartActionaction ()
 
const KartActionaction () const
 
KartBodybody ()
 
const KartBodybody () const
 
KartCollidecollide ()
 
const KartCollidecollide () const
 
CollisionGroupcollisionGroup ()
 
const CollisionGroupcollisionGroup () const
 
KartMovemove ()
 
const KartMovemove () const
 
KartHalfPipehalfPipe ()
 
const KartHalfPipehalfPipe () const
 
KartJumpjump ()
 
const KartJumpjump () const
 
KartParamparam ()
 
const KartParamparam () const
 
const BSPbsp () const
 
KartPhysicsphysics ()
 
const KartPhysicsphysics () const
 
KartDynamicsdynamics ()
 
const KartDynamicsdynamics () const
 
KartStatestate ()
 
const KartStatestate () const
 
KartSubsub ()
 
const KartSubsub () const
 
KartSuspensionsuspension (u16 suspIdx)
 
const KartSuspensionsuspension (u16 suspIdx) const
 
KartSuspensionPhysicssuspensionPhysics (u16 suspIdx)
 
const KartSuspensionPhysicssuspensionPhysics (u16 suspIdx) const
 
KartTiretire (u16 tireIdx)
 
const KartTiretire (u16 tireIdx) const
 
WheelPhysicstirePhysics (u16 tireIdx)
 
const WheelPhysicstirePhysics (u16 tireIdx) const
 
CollisionDatacollisionData ()
 
const CollisionDatacollisionData () const
 
CollisionDatacollisionData (u16 tireIdx)
 
const CollisionDatacollisionData (u16 tireIdx) const
 
const System::KPadinputs () const
 
Render::KartModelmodel ()
 
const Render::KartModelmodel () const
 
Field::ObjectCollisionKartobjectCollisionKart ()
 
const Field::ObjectCollisionKartobjectCollisionKart () const
 
Field::BoxColUnitboxColUnit ()
 
const Field::BoxColUnitboxColUnit () const
 
const EGG::Vector3fscale () const
 
const EGG::Matrix34fpose () const
 
EGG::Vector3f bodyFront () const
 Returns the third column of the rotation matrix, which is the facing vector.
 
EGG::Vector3f bodyForward () const
 Returns the first column of the rotation matrix, which is the "right" direction.
 
EGG::Vector3f bodyUp () const
 Returns the second column of the rotation matrix, which is the "up" direction.
 
const EGG::Vector3fcomponentXAxis () const
 
const EGG::Vector3fcomponentYAxis () const
 
const EGG::Vector3fcomponentZAxis () const
 
const EGG::Vector3fpos () const
 
const EGG::Vector3fprevPos () const
 
const EGG::QuatffullRot () const
 
const EGG::Vector3fextVel () const
 
const EGG::Vector3fintVel () const
 
const EGG::Vector3fvelocity () const
 
f32 speed () const
 
f32 acceleration () const
 
f32 softSpeedLimit () const
 
const EGG::QuatfmainRot () const
 
const EGG::Vector3fangVel2 () const
 
bool isBike () const
 
u16 suspCount () const
 
u16 tireCount () const
 
bool hasFloorCollision (const WheelPhysics *wheelPhysics) const
 
std::pair< EGG::Vector3f, EGG::Vector3fgetCannonPosRot ()
 
f32 speedRatio () const
 
f32 speedRatioCapped () const
 
bool isInRespawn () const
 
void apply (size_t idx)
 
- Static Private Member Functions inherited from Kart::KartObjectProxy
static std::list< KartObjectProxy * > & proxyList ()
 

Constructor & Destructor Documentation

◆ KartModel()

Render::KartModel::KartModel ( )

Definition at line 12 of file KartModel.cc.

Member Function Documentation

◆ calc()

void Render::KartModel::calc ( )
0x807CB360

Definition at line 127 of file KartModel.cc.

◆ FUN_807C7828()

void Render::KartModel::FUN_807C7828 ( u8 playerIdx,
bool isBike )
0x807C7828
Note
This object is labeled as having a poor name. It should be renamed to better represent its purpose.

Definition at line 162 of file KartModel.cc.

◆ FUN_807CB198()

void Render::KartModel::FUN_807CB198 ( )
0x807CB198
Note
This object is labeled as having a poor name. It should be renamed to better represent its purpose.

Definition at line 133 of file KartModel.cc.

◆ FUN_807CB530()

void Render::KartModel::FUN_807CB530 ( )
0x807CB530
Note
This object is labeled as having a poor name. It should be renamed to better represent its purpose.

Definition at line 155 of file KartModel.cc.

◆ init()

void Render::KartModel::init ( )
0x807C8758

Definition at line 120 of file KartModel.cc.

◆ vf_1c()

void Render::KartModel::vf_1c ( )
virtual0x807CD32C

Definition at line 25 of file KartModel.cc.

Member Data Documentation

◆ _2e8

f32 Render::KartModel::_2e8
private

Definition at line 31 of file KartModel.hh.

◆ _54

f32 Render::KartModel::_54
private

Definition at line 26 of file KartModel.hh.

◆ _58

f32 Render::KartModel::_58
private

Definition at line 27 of file KartModel.hh.

◆ _5c

f32 Render::KartModel::_5c
private

Definition at line 28 of file KartModel.hh.

◆ _64

f32 Render::KartModel::_64
private

Definition at line 29 of file KartModel.hh.

◆ m_isInsideDrift

bool Render::KartModel::m_isInsideDrift
private

Definition at line 30 of file KartModel.hh.

◆ m_somethingLeft

bool Render::KartModel::m_somethingLeft
private

Definition at line 24 of file KartModel.hh.

◆ m_somethingRight

bool Render::KartModel::m_somethingRight
private

Definition at line 25 of file KartModel.hh.