NcEngine
nc::WheelAssembly Struct Reference

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
 

Detailed Description

Settings describing a set of wheels, suspension, and differential attached to a Vehicle.

Note
For single wheel attachments, either the left or right wheel may be used. At least one wheel must be enabled.

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