Engine²
Open-source game engine written in C++.
Loading...
Searching...
No Matches
Physics::Component::RollbarSettings Struct Reference

Rollbar (anti-roll bar) configuration. More...

#include <Vehicle.hpp>

Public Attributes

float frontStiffness = 5000.0f
 Front rollbar stiffness (N/rad).
float rearStiffness = 5000.0f
 Rear rollbar stiffness (N/rad).

Detailed Description

Rollbar (anti-roll bar) configuration.

Member Data Documentation

◆ frontStiffness

float Physics::Component::RollbarSettings::frontStiffness = 5000.0f

Front rollbar stiffness (N/rad).

◆ rearStiffness

float Physics::Component::RollbarSettings::rearStiffness = 5000.0f

Rear rollbar stiffness (N/rad).


The documentation for this struct was generated from the following file: