|
Engine²
Open-source game engine written in C++.
|
Torque curve point for normalized engine torque. More...
#include <Vehicle.hpp>
Public Attributes | |
| float | rpm |
| Normalized RPM (0.0 to 1.0). | |
| float | torque |
| Normalized torque (0.0 to 1.0). | |
Torque curve point for normalized engine torque.
Defines a point on the torque curve:
| float Physics::Component::TorqueCurvePoint::rpm |
Normalized RPM (0.0 to 1.0).
| float Physics::Component::TorqueCurvePoint::torque |
Normalized torque (0.0 to 1.0).