NcEngine
|
Settings describing a set of wheels, suspension, and differential attached to a Vehicle. More...
#include <Vehicle.h>
Public Member Functions | |
auto | WheelCount () const -> size_t |
auto | IsPowered () const -> bool |
Public Attributes | |
WheelMount | leftWheel {} |
settings for the left wheel | |
WheelMount | rightWheel {} |
settings for the right wheel | |
WheelSpec | wheelSpec {} |
shared wheel settings | |
Suspension | suspension {} |
shared suspension settings | |
Differential | differential {} |
optional differential settings | |
Settings describing a set of wheels, suspension, and differential attached to a Vehicle.