Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Physics/Body/Body.h>
#include <Jolt/Physics/Constraints/ConstraintPart/AxisConstraintPart.h>
#include <Jolt/ObjectStream/SerializableObject.h>
#include <Jolt/Core/StreamIn.h>
#include <Jolt/Core/StreamOut.h>
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 * > |