|
Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
TOI-phase per-step statistics. More...
#include <StepStats.hpp>
Public Types | |
| using | counter_type = std::uint32_t |
| using | dist_iter_type = std::remove_const< decltype(DefaultMaxDistanceIters)>::type |
| using | toi_iter_type = std::remove_const< decltype(DefaultMaxToiIters)>::type |
| using | root_iter_type = std::remove_const< decltype(DefaultMaxToiRootIters)>::type |
Public Attributes | |
| Length | minSeparation = std::numeric_limits<RealNum>::infinity() * Meter |
| Momentum | maxIncImpulse = 0 |
| counter_type | islandsFound = 0 |
| counter_type | islandsSolved = 0 |
| counter_type | contactsFound = 0 |
| counter_type | contactsAtMaxSubSteps = 0 |
| counter_type | contactsUpdatedToi = 0 |
| counter_type | contactsAdded = 0 |
| counter_type | proxiesMoved = 0 |
| counter_type | sumPosIters = 0 |
| counter_type | sumVelIters = 0 |
| counter_type | maxSimulContacts = 0 |
| Max contacts occuring simultaneously. More... | |
| dist_iter_type | maxDistIters = 0 |
| toi_iter_type | maxToiIters = 0 |
| root_iter_type | maxRootIters = 0 |
TOI-phase per-step statistics.
| using box2d::ToiStepStats::counter_type = std::uint32_t |
| using box2d::ToiStepStats::dist_iter_type = std::remove_const<decltype(DefaultMaxDistanceIters)>::type |
| using box2d::ToiStepStats::root_iter_type = std::remove_const<decltype(DefaultMaxToiRootIters)>::type |
| using box2d::ToiStepStats::toi_iter_type = std::remove_const<decltype(DefaultMaxToiIters)>::type |
| counter_type box2d::ToiStepStats::contactsAdded = 0 |
| counter_type box2d::ToiStepStats::contactsAtMaxSubSteps = 0 |
| counter_type box2d::ToiStepStats::contactsFound = 0 |
| counter_type box2d::ToiStepStats::contactsUpdatedToi = 0 |
| counter_type box2d::ToiStepStats::islandsFound = 0 |
| counter_type box2d::ToiStepStats::islandsSolved = 0 |
| dist_iter_type box2d::ToiStepStats::maxDistIters = 0 |
| Momentum box2d::ToiStepStats::maxIncImpulse = 0 |
| root_iter_type box2d::ToiStepStats::maxRootIters = 0 |
| counter_type box2d::ToiStepStats::maxSimulContacts = 0 |
Max contacts occuring simultaneously.
| toi_iter_type box2d::ToiStepStats::maxToiIters = 0 |
| counter_type box2d::ToiStepStats::proxiesMoved = 0 |
| counter_type box2d::ToiStepStats::sumPosIters = 0 |
| counter_type box2d::ToiStepStats::sumVelIters = 0 |
1.8.14