Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
Wheel.h File Reference

Go to the source code of this file.

Classes

class  WheelSettings
 Base class for wheel settings, each VehicleController can implement a derived class of this. More...
 
class  Wheel
 Base class for runtime data for a wheel, each VehicleController can implement a derived class of this. More...
 

Typedefs

using Wheels = Array< Wheel * >
 

Typedef Documentation

◆ Wheels

using Wheels = Array<Wheel *>