Jolt Physics
A multi core friendly Game Physics Engine
|
Go to the source code of this file.
Classes | |
class | StateRecorderFilter |
User callbacks that allow determining which parts of the simulation should be saved by a StateRecorder. More... | |
class | StateRecorder |
Enumerations | |
enum class | EStateRecorderState : uint8 { None = 0 , Global = 1 , Bodies = 2 , Contacts = 4 , Constraints = 8 , All = Global | Bodies | Contacts | Constraints } |
A bit field that determines which aspects of the simulation to save. More... | |
Functions | |
constexpr EStateRecorderState | operator| (EStateRecorderState inLHS, EStateRecorderState inRHS) |
Bitwise OR operator for EStateRecorderState. | |
constexpr EStateRecorderState | operator& (EStateRecorderState inLHS, EStateRecorderState inRHS) |
Bitwise AND operator for EStateRecorderState. | |
constexpr EStateRecorderState | operator^ (EStateRecorderState inLHS, EStateRecorderState inRHS) |
Bitwise XOR operator for EStateRecorderState. | |
constexpr EStateRecorderState | operator~ (EStateRecorderState inAllowedDOFs) |
Bitwise NOT operator for EStateRecorderState. | |
constexpr EStateRecorderState & | operator|= (EStateRecorderState &ioLHS, EStateRecorderState inRHS) |
Bitwise OR assignment operator for EStateRecorderState. | |
constexpr EStateRecorderState & | operator&= (EStateRecorderState &ioLHS, EStateRecorderState inRHS) |
Bitwise AND assignment operator for EStateRecorderState. | |
constexpr EStateRecorderState & | operator^= (EStateRecorderState &ioLHS, EStateRecorderState inRHS) |
Bitwise XOR assignment operator for EStateRecorderState. | |
|
strong |
|
constexpr |
Bitwise AND operator for EStateRecorderState.
|
constexpr |
Bitwise AND assignment operator for EStateRecorderState.
|
constexpr |
Bitwise XOR operator for EStateRecorderState.
|
constexpr |
Bitwise XOR assignment operator for EStateRecorderState.
|
constexpr |
Bitwise OR operator for EStateRecorderState.
|
constexpr |
Bitwise OR assignment operator for EStateRecorderState.
|
constexpr |
Bitwise NOT operator for EStateRecorderState.