3#include "game/kart/CollisionGroup.hh"
4#include "game/kart/KartObjectProxy.hh"
5#include "game/kart/KartParam.hh"
7#include <egg/math/Matrix.hh>
27 void setSuspTravel(f32 suspTravel) {
28 m_suspTravel = suspTravel;
61 [[nodiscard]] f32 suspTravel() {
81 [[nodiscard]] f32 effectiveRadius()
const {
82 return m_effectiveRadius;
85 [[nodiscard]] f32 _74()
const {
102 f32 m_effectiveRadius;
103 f32 m_targetEffectiveRadius;
124 void setInitialState();
136 f32 m_maxTravelScaled;
Houses hitbox and collision info for an object (body or wheel).
Base class for most kart-related objects.
Physics for a single wheel's suspension.
TireType
Every other kart tire is a mirror of the first. Bikes do not leverage this.
void calcSuspension(const EGG::Vector3f &forward, const EGG::Vector3f &vehicleMovement)
Calculates linear force and rotation from the kart's suspension.
Manages wheel physics and collision checks.
Pertains to kart-related functionality.
Info pertaining to the suspension, position, etc. of a wheel.