A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Kart::KartMoveBike::TurningParameters Struct Reference

#include <KartMove.hh>

Description

Represents turning information which differs only between inside/outside drift.

Definition at line 423 of file KartMove.hh.

Public Attributes

f32 leanRotShallowFactor
 
f32 leanRotIncRace
 
f32 leanRotCapRace
 
f32 driftStickXFactor
 
f32 leanRotMaxDrift
 
f32 leanRotMinDrift
 
f32 leanRotIncCountdown
 
f32 leanRotCapCountdown
 
f32 leanRotIncSSMT
 
f32 leanRotCapSSMT
 
f32 leanRotDecayFactor
 
u16 maxWheelieFrames
 

Member Data Documentation

◆ driftStickXFactor

f32 Kart::KartMoveBike::TurningParameters::driftStickXFactor

Definition at line 427 of file KartMove.hh.

◆ leanRotCapCountdown

f32 Kart::KartMoveBike::TurningParameters::leanRotCapCountdown

Definition at line 431 of file KartMove.hh.

◆ leanRotCapRace

f32 Kart::KartMoveBike::TurningParameters::leanRotCapRace

Definition at line 426 of file KartMove.hh.

◆ leanRotCapSSMT

f32 Kart::KartMoveBike::TurningParameters::leanRotCapSSMT

Definition at line 433 of file KartMove.hh.

◆ leanRotDecayFactor

f32 Kart::KartMoveBike::TurningParameters::leanRotDecayFactor

Definition at line 434 of file KartMove.hh.

◆ leanRotIncCountdown

f32 Kart::KartMoveBike::TurningParameters::leanRotIncCountdown

Definition at line 430 of file KartMove.hh.

◆ leanRotIncRace

f32 Kart::KartMoveBike::TurningParameters::leanRotIncRace

Definition at line 425 of file KartMove.hh.

◆ leanRotIncSSMT

f32 Kart::KartMoveBike::TurningParameters::leanRotIncSSMT

Definition at line 432 of file KartMove.hh.

◆ leanRotMaxDrift

f32 Kart::KartMoveBike::TurningParameters::leanRotMaxDrift

Definition at line 428 of file KartMove.hh.

◆ leanRotMinDrift

f32 Kart::KartMoveBike::TurningParameters::leanRotMinDrift

Definition at line 429 of file KartMove.hh.

◆ leanRotShallowFactor

f32 Kart::KartMoveBike::TurningParameters::leanRotShallowFactor

Definition at line 424 of file KartMove.hh.

◆ maxWheelieFrames

u16 Kart::KartMoveBike::TurningParameters::maxWheelieFrames

Definition at line 435 of file KartMove.hh.