3#include "game/kart/KartMove.hh"
16 void createSubsystems(
bool isBike);
21 void initPhysicsValues();
26 void resizeAABB(f32 radiusScale);
28 void updateSuspOvertravel(
const EGG::Vector3f &suspOvertravel);
32 [[nodiscard]] f32 someScale() {
44 u16 m_floorCollisionCount;
49 static constexpr f32
DT = 1.0f;
Manages body+wheel collision and its influence on position/velocity/etc.
Responsible for reacting to player inputs and moving the kart.
Base class for most kart-related objects.
The highest level abstraction for a kart.
Houses various flags and other variables to preserve the kart's state.
Hosts a few classes and the high level per-frame calc functions.
void calcPass0()
The first phase of physics computations on each frame.
static constexpr f32 DT
Delta time.
void copyPointers(KartAccessor &pointers)
Called during static construction of KartObject to synchronize the pointers.
f32 m_colPerpendicularity
Dot product between floor and colliding wall normals.
void calcPass1()
The second phase of physics computations on each frame.Handles the second-half of physics calculation...
s16 m_sideCollisionTimer
Number of frames to apply movement from wall collision.
Pertains to kart-related functionality.
Information about the current collision and its properties.
Shared between classes who inherit KartObjectProxy so they can access one another.