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

Go to the source code of this file.

Classes

class  SpringSettings
 Settings for a linear or angular spring. More...
 

Enumerations

enum class  ESpringMode : uint8 { FrequencyAndDamping , StiffnessAndDamping }
 Enum used by constraints to specify how the spring is defined. More...
 

Enumeration Type Documentation

◆ ESpringMode

enum class ESpringMode : uint8
strong

Enum used by constraints to specify how the spring is defined.

Enumerator
FrequencyAndDamping 

Frequency and damping are specified.

StiffnessAndDamping 

Stiffness and damping are specified.