#include <Differentials.h>
|
| int | di_idx_1 |
| | array location of wheel / axle 1
|
| |
| int | di_idx_2 |
| | array location of wheel / axle 2
|
| |
| float | di_delta_rotation |
| | difference of rotational position between two wheels/axles... a kludge at best
|
| |
Definition at line 65 of file Differentials.h.
◆ Differential()
| RoR::Differential::Differential |
( |
| ) |
|
|
inline |
◆ AddDifferentialType()
| void RoR::Differential::AddDifferentialType |
( |
DiffType |
diff | ) |
|
|
inline |
◆ CalcAxleTorque()
◆ CalcLockedDiff()
◆ CalcOpenDiff()
◆ CalcSeparateDiff()
a differential that always splits the torque evenly, this is the original method
Definition at line 64 of file Differentials.cpp.
◆ CalcViscousDiff()
◆ GetActiveDiffType()
| DiffType RoR::Differential::GetActiveDiffType |
( |
| ) |
const |
|
inline |
◆ GetDifferentialTypeName()
| std::string Differential::GetDifferentialTypeName |
( |
| ) |
|
◆ GetNumDiffTypes()
| int RoR::Differential::GetNumDiffTypes |
( |
| ) |
|
|
inline |
◆ ToggleDifferentialMode()
| void Differential::ToggleDifferentialMode |
( |
| ) |
|
◆ di_delta_rotation
| float RoR::Differential::di_delta_rotation |
difference of rotational position between two wheels/axles... a kludge at best
Definition at line 72 of file Differentials.h.
◆ di_idx_1
| int RoR::Differential::di_idx_1 |
◆ di_idx_2
| int RoR::Differential::di_idx_2 |
◆ m_available_diffs
| std::vector<DiffType> RoR::Differential::m_available_diffs |
|
private |
The documentation for this class was generated from the following files: