#include <CscPhysicsSimulator.h>
Public Member Functions | |
| PropellerPhysicsState (btHingeConstraint *bulletConstraint, const CscPropeller *propeller) | |
| btHingeConstraint * | getBulletConstraint () const override |
Public Member Functions inherited from conscience_core::simulator::CscPhysicsSimulator::BaseEntityOutputPhysicsState | |
| BaseEntityOutputPhysicsState (btTypedConstraint *bulletConstraint, float value, float objectiveValue, float speedMax) | |
| virtual | ~BaseEntityOutputPhysicsState () |
Additional Inherited Members | |
Public Attributes inherited from conscience_core::simulator::CscPhysicsSimulator::BaseEntityOutputPhysicsState | |
| btTypedConstraint *const | bulletConstraint |
| float | value |
| float | objectiveValue |
| float | speedMax |
|
inline |
|
inlineoverridevirtual |
Reimplemented from conscience_core::simulator::CscPhysicsSimulator::BaseEntityOutputPhysicsState.