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

Go to the source code of this file.

Classes

class  SwingTwistConstraintPart
 

Enumerations

enum class  ESwingType : uint8 { Cone , Pyramid }
 How the swing limit behaves. More...
 

Enumeration Type Documentation

◆ ESwingType

enum class ESwingType : uint8
strong

How the swing limit behaves.

Enumerator
Cone 

Swing is limited by a cone shape, note that this cone starts to deform for larger swing angles. Cone limits only support limits that are symmetric around 0.

Pyramid 

Swing is limited by a pyramid shape, note that this pyramid starts to deform for larger swing angles.