#include <KartObject.hh>
The highest level abstraction for a kart.
Definition at line 11 of file KartObject.hh.
Public Member Functions | |
KartObject (KartParam *param) | |
virtual KartBody * | createBody (KartPhysics *physics) |
virtual void | createTires () |
void | init () |
void | initImpl () |
void | prepare () |
Sets the initial position and rotation of the kart based off the current track. | |
void | prepareTiresAndSuspensions () |
void | createSub () |
void | createModel () |
void | calcSub () |
void | calc () |
const KartAccessor * | accessor () const |
![]() | |
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 KartObject * | Create (Character character, Vehicle vehicle, u8 playerIdx) |
![]() | |
static std::list< KartObjectProxy * > & | proxyList () |
Protected Attributes | |
KartAccessor | m_pointers |
Additional Inherited Members | |
![]() | |
void | apply (size_t idx) |
|
0x8058DDBC |
Definition at line 18 of file KartObject.cc.
|
virtual0x8058DEF0 |
Definition at line 23 of file KartObject.cc.
|
nodiscard |
Definition at line 172 of file KartObject.cc.
|
0x8058EEBC |
Definition at line 167 of file KartObject.cc.
|
0x8058EEB4 |
Definition at line 162 of file KartObject.cc.
|
staticnodiscard0x8058F5B4 |
Definition at line 177 of file KartObject.cc.
|
nodiscardvirtual0x8058E5F8 |
Definition at line 80 of file KartObject.cc.
|
0x8058F820 |
Definition at line 147 of file KartObject.cc.
|
0x8058E724 |
Definition at line 141 of file KartObject.cc.
|
virtual0x8058EA0C |
Definition at line 40 of file KartObject.cc.
|
0x8058E22C |
Definition at line 85 of file KartObject.cc.
|
0x8058E188 |
Definition at line 99 of file KartObject.cc.
|
0x8058EE48 |
Sets the initial position and rotation of the kart based off the current track.
Definition at line 107 of file KartObject.cc.
|
0x8058E804 |
Definition at line 115 of file KartObject.cc.
|
protected |
Definition at line 34 of file KartObject.hh.