playrho::d2::VelocityConstraint::Conf Struct Reference
Configuration data for velocity constraints. More...
#include <VelocityConstraint.hpp>
Public Attributes | |
| Real | dtRatio = 1 |
| Delta time ratio. More... | |
| LinearVelocity | velocityThreshold = DefaultVelocityThreshold |
| Velocity threshold. More... | |
| bool | blockSolve = true |
| Whether to block solve. More... | |
Detailed Description
Configuration data for velocity constraints.
Definition at line 53 of file VelocityConstraint.hpp.
Member Data Documentation
◆ dtRatio
| Real playrho::d2::VelocityConstraint::Conf::dtRatio = 1 |
Delta time ratio.
Definition at line 55 of file VelocityConstraint.hpp.
◆ velocityThreshold
| LinearVelocity playrho::d2::VelocityConstraint::Conf::velocityThreshold = DefaultVelocityThreshold |
Velocity threshold.
Definition at line 56 of file VelocityConstraint.hpp.
◆ blockSolve
| bool playrho::d2::VelocityConstraint::Conf::blockSolve = true |
Whether to block solve.
Definition at line 57 of file VelocityConstraint.hpp.
The documentation for this struct was generated from the following file:
- Dynamics/Contacts/VelocityConstraint.hpp

