#include <KartSuspensionPhysics.hh>
Manages wheel physics and collision checks.
Definition at line 13 of file KartSuspensionPhysics.hh.
Public Member Functions | |
WheelPhysics (u16 wheelIdx, u16 bspWheelIdx) | |
void | init () |
void | initBsp () |
void | reset () |
void | realign (const EGG::Vector3f &bottom, const EGG::Vector3f &vehicleMovement) |
void | updateCollision (const EGG::Vector3f &bottom, const EGG::Vector3f &topmostPos) |
Setters | |
void | setSuspTravel (f32 suspTravel) |
void | setPos (const EGG::Vector3f &pos) |
void | setLastPos (const EGG::Vector3f &pos) |
void | setLastPosDiff (const EGG::Vector3f &pos) |
void | setWheelEdgePos (const EGG::Vector3f &pos) |
void | setColVel (const EGG::Vector3f &vec) |
Getters | |
const EGG::Vector3f & | pos () const |
const EGG::Vector3f & | lastPosDiff () const |
f32 | suspTravel () |
const EGG::Vector3f & | topmostPos () const |
CollisionGroup * | hitboxGroup () |
const CollisionGroup * | hitboxGroup () const |
const EGG::Vector3f & | speed () const |
f32 | effectiveRadius () const |
f32 | _74 () const |
Additional Inherited Members | |
![]() | |
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 |
void | apply (size_t idx) |
![]() | |
static std::list< KartObjectProxy * > & | proxyList () |
Definition at line 15 of file KartSuspensionPhysics.cc.
|
0x8059A9C4 |
Definition at line 19 of file KartSuspensionPhysics.cc.
|
inlinenodiscard |
Definition at line 85 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 81 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 69 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 73 of file KartSuspensionPhysics.hh.
|
0x80599470 |
Definition at line 24 of file KartSuspensionPhysics.cc.
|
0x805994D4 |
Definition at line 30 of file KartSuspensionPhysics.cc.
|
inlinenodiscard |
Definition at line 57 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 53 of file KartSuspensionPhysics.hh.
|
0x80599AD0 |
Definition at line 55 of file KartSuspensionPhysics.cc.
|
0x80599508 |
Definition at line 35 of file KartSuspensionPhysics.cc.
|
inline |
Definition at line 47 of file KartSuspensionPhysics.hh.
|
inline |
Definition at line 35 of file KartSuspensionPhysics.hh.
|
inline |
Definition at line 39 of file KartSuspensionPhysics.hh.
|
inline |
Definition at line 31 of file KartSuspensionPhysics.hh.
|
inline |
Definition at line 27 of file KartSuspensionPhysics.hh.
|
inline |
Definition at line 43 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 77 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 61 of file KartSuspensionPhysics.hh.
|
inlinenodiscard |
Definition at line 65 of file KartSuspensionPhysics.hh.
|
0x80599690 |
Definition at line 71 of file KartSuspensionPhysics.cc.
|
private |
Definition at line 104 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 93 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 92 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 99 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 102 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 94 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 96 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 97 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 95 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 100 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 98 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 103 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 105 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 101 of file KartSuspensionPhysics.hh.
|
private |
Definition at line 91 of file KartSuspensionPhysics.hh.