Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Physics/Constraints/TwoBodyConstraint.h>
#include <Jolt/Physics/Constraints/MotorSettings.h>
#include <Jolt/Physics/Constraints/ConstraintPart/PointConstraintPart.h>
#include <Jolt/Physics/Constraints/ConstraintPart/HingeRotationConstraintPart.h>
#include <Jolt/Physics/Constraints/ConstraintPart/AngleConstraintPart.h>
Go to the source code of this file.
Classes | |
class | HingeConstraintSettings |
Hinge constraint settings, used to create a hinge constraint. More... | |
class | HingeConstraint |
A hinge constraint constrains 2 bodies on a single point and allows only a single axis of rotation. More... | |