playrho::IslandStats Struct Reference
Island solver statistics. More...
#include <IslandStats.hpp>
Public Attributes | |
| Length | minSeparation = std::numeric_limits<Length>::infinity() |
| Minimum separation. More... | |
| Momentum | maxIncImpulse = 0 |
| Maximum incremental impulse. More... | |
| BodyCounter | bodiesSlept = 0 |
| Bodies slept. More... | |
| ContactCounter | contactsUpdated = 0 |
| Contacts updated. More... | |
| ContactCounter | contactsSkipped = 0 |
| Contacts skipped. More... | |
| bool | solved = false |
Solved. true if position constraints solved, false otherwise. More... | |
| TimestepIters | positionIterations = 0 |
| Position iterations actually performed. More... | |
| TimestepIters | velocityIterations = 0 |
| Velocity iterations actually performed. More... | |
Detailed Description
Island solver statistics.
Definition at line 30 of file IslandStats.hpp.
Member Data Documentation
◆ minSeparation
Minimum separation.
Definition at line 32 of file IslandStats.hpp.
◆ maxIncImpulse
| Momentum playrho::IslandStats::maxIncImpulse = 0 |
Maximum incremental impulse.
Definition at line 33 of file IslandStats.hpp.
◆ bodiesSlept
| BodyCounter playrho::IslandStats::bodiesSlept = 0 |
Bodies slept.
Definition at line 34 of file IslandStats.hpp.
◆ contactsUpdated
| ContactCounter playrho::IslandStats::contactsUpdated = 0 |
Contacts updated.
Definition at line 35 of file IslandStats.hpp.
◆ contactsSkipped
| ContactCounter playrho::IslandStats::contactsSkipped = 0 |
Contacts skipped.
Definition at line 36 of file IslandStats.hpp.
◆ solved
| bool playrho::IslandStats::solved = false |
Solved. true if position constraints solved, false otherwise.
Definition at line 37 of file IslandStats.hpp.
◆ positionIterations
| TimestepIters playrho::IslandStats::positionIterations = 0 |
Position iterations actually performed.
Definition at line 38 of file IslandStats.hpp.
◆ velocityIterations
| TimestepIters playrho::IslandStats::velocityIterations = 0 |
Velocity iterations actually performed.
Definition at line 39 of file IslandStats.hpp.
The documentation for this struct was generated from the following file:
- Dynamics/IslandStats.hpp

