#include <KartHalfPipe.hh>
Handles the physics and boosts associated with zippers.
Definition at line 11 of file KartHalfPipe.hh.
Classes | |
struct | StuntManager |
struct | StuntProperties |
Angle properties corresponding with the stunts. More... | |
Public Member Functions | |
void | reset () |
void | calc () |
void | calcTrick () |
void | calcRot () |
void | calcLanding (bool) |
void | activateTrick (s32 duration, System::Trick trick) |
void | end (bool boost) |
![]() | |
void | setPos (const EGG::Vector3f &pos) |
void | setRot (const EGG::Quatf &q) |
void | setInertiaScale (const EGG::Vector3f &scale) |
KartAction * | action () |
const KartAction * | action () const |
KartBody * | body () |
const KartBody * | body () const |
KartCollide * | collide () |
const KartCollide * | collide () const |
CollisionGroup * | collisionGroup () |
const CollisionGroup * | collisionGroup () const |
KartMove * | move () |
const KartMove * | move () const |
KartHalfPipe * | halfPipe () |
const KartHalfPipe * | halfPipe () const |
KartJump * | jump () |
const KartJump * | jump () const |
KartParam * | param () |
const KartParam * | param () const |
const BSP & | bsp () const |
KartPhysics * | physics () |
const KartPhysics * | physics () const |
KartDynamics * | dynamics () |
const KartDynamics * | dynamics () const |
KartState * | state () |
const KartState * | state () const |
KartSub * | sub () |
const KartSub * | sub () const |
KartSuspension * | suspension (u16 suspIdx) |
const KartSuspension * | suspension (u16 suspIdx) const |
KartSuspensionPhysics * | suspensionPhysics (u16 suspIdx) |
const KartSuspensionPhysics * | suspensionPhysics (u16 suspIdx) const |
KartTire * | tire (u16 tireIdx) |
const KartTire * | tire (u16 tireIdx) const |
WheelPhysics * | tirePhysics (u16 tireIdx) |
const WheelPhysics * | tirePhysics (u16 tireIdx) const |
CollisionData & | collisionData () |
const CollisionData & | collisionData () const |
CollisionData & | collisionData (u16 tireIdx) |
const CollisionData & | collisionData (u16 tireIdx) const |
const System::KPad * | inputs () const |
Render::KartModel * | model () |
const Render::KartModel * | model () const |
Field::ObjectCollisionKart * | objectCollisionKart () |
const Field::ObjectCollisionKart * | objectCollisionKart () const |
Field::BoxColUnit * | boxColUnit () |
const Field::BoxColUnit * | boxColUnit () const |
const EGG::Vector3f & | scale () const |
const EGG::Matrix34f & | pose () 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::Vector3f & | componentXAxis () const |
const EGG::Vector3f & | componentYAxis () const |
const EGG::Vector3f & | componentZAxis () const |
const EGG::Vector3f & | pos () const |
const EGG::Vector3f & | prevPos () const |
const EGG::Quatf & | fullRot () const |
const EGG::Vector3f & | extVel () const |
const EGG::Vector3f & | intVel () const |
const EGG::Vector3f & | velocity () const |
f32 | speed () const |
f32 | acceleration () const |
f32 | softSpeedLimit () const |
const EGG::Quatf & | mainRot () const |
const EGG::Vector3f & | angVel2 () const |
bool | isBike () const |
u16 | suspCount () const |
u16 | tireCount () const |
bool | hasFloorCollision (const WheelPhysics *wheelPhysics) const |
std::pair< EGG::Vector3f, EGG::Vector3f > | getCannonPosRot () |
f32 | speedRatio () const |
f32 | speedRatioCapped () const |
bool | isInRespawn () const |
Static Public Member Functions | |
static consteval f32 | TerminalVelocity () |
![]() | |
static std::list< KartObjectProxy * > & | proxyList () |
Private Types | |
enum class | StuntType { None = -1 , Backflip = 0 , Frontflip = 1 , Side360 = 2 , Backside = 3 , Frontside = 4 , Side720 = 5 } |
Private Attributes | |
bool | m_touchingZipper |
s16 | m_timer |
f32 | m_nextSign |
s32 | m_attemptedTrickTimer |
When attempting a trick, tracks how long the animation would be. | |
EGG::Quatf | m_rot |
EGG::Vector3f | m_prevPos |
StuntType | m_stunt |
f32 | m_rotSign |
s16 | m_nextTimer |
System::Trick | m_trick |
EGG::Quatf | m_stuntRot |
StuntManager | m_stuntManager |
Additional Inherited Members | |
![]() | |
void | apply (size_t idx) |
|
strongprivate |
Definition at line 30 of file KartHalfPipe.hh.
|
0x80574E60 |
Definition at line 231 of file KartHalfPipe.cc.
|
0x80574340 |
Definition at line 30 of file KartHalfPipe.cc.
|
0x805752E8 |
Definition at line 160 of file KartHalfPipe.cc.
|
0x805750CC |
Definition at line 119 of file KartHalfPipe.cc.
|
0x80574C90 |
Definition at line 98 of file KartHalfPipe.cc.
|
0x805758E4 |
Definition at line 263 of file KartHalfPipe.cc.
|
0x805741B0 |
Definition at line 23 of file KartHalfPipe.cc.
|
inlinestaticconsteval0x80574108 |
Definition at line 25 of file KartHalfPipe.hh.
|
private |
When attempting a trick, tracks how long the animation would be.
Definition at line 65 of file KartHalfPipe.hh.
|
private |
Definition at line 64 of file KartHalfPipe.hh.
|
private |
Definition at line 70 of file KartHalfPipe.hh.
|
private |
Definition at line 67 of file KartHalfPipe.hh.
|
private |
Definition at line 66 of file KartHalfPipe.hh.
|
private |
Definition at line 69 of file KartHalfPipe.hh.
|
private |
Definition at line 68 of file KartHalfPipe.hh.
|
private |
Definition at line 73 of file KartHalfPipe.hh.
|
private |
Definition at line 72 of file KartHalfPipe.hh.
|
private |
Definition at line 63 of file KartHalfPipe.hh.
|
private |
Definition at line 62 of file KartHalfPipe.hh.
|
private |
Definition at line 71 of file KartHalfPipe.hh.