Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Physics/Constraints/TwoBodyConstraint.h>
#include <Jolt/Physics/Constraints/PathConstraintPath.h>
#include <Jolt/Physics/Constraints/MotorSettings.h>
#include <Jolt/Physics/Constraints/ConstraintPart/AxisConstraintPart.h>
#include <Jolt/Physics/Constraints/ConstraintPart/DualAxisConstraintPart.h>
#include <Jolt/Physics/Constraints/ConstraintPart/HingeRotationConstraintPart.h>
#include <Jolt/Physics/Constraints/ConstraintPart/RotationEulerConstraintPart.h>
Go to the source code of this file.
Classes | |
class | PathConstraintSettings |
class | PathConstraint |
Path constraint, used to constrain the degrees of freedom between two bodies to a path. More... | |
Enumerations | |
enum class | EPathRotationConstraintType { Free , ConstrainAroundTangent , ConstrainAroundNormal , ConstrainAroundBinormal , ConstrainToPath , FullyConstrained } |
How to constrain the rotation of the body to a PathConstraint. More... | |
|
strong |
How to constrain the rotation of the body to a PathConstraint.