Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Geometry/Sphere.h>
#include <Jolt/Physics/Body/MotionQuality.h>
#include <Jolt/Physics/Body/BodyAccess.h>
#include <Jolt/Physics/Body/MotionType.h>
#include <Jolt/Physics/Body/MassProperties.h>
#include <Jolt/Physics/DeterminismLog.h>
#include "MotionProperties.inl"
Go to the source code of this file.
Classes | |
class | MotionProperties |
The Body class only keeps track of state for static bodies, the MotionProperties class keeps the additional state needed for a moving Body. It has a 1-on-1 relationship with the body. More... | |