Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
Per-step statistics. More...
#include <StepStats.hpp>
Public Attributes | |
PreStepStats | pre |
Pre-phase step statistics. More... | |
RegStepStats | reg |
Reg-phase step statistics. More... | |
ToiStepStats | toi |
TOI-phase step statistics. More... | |
Per-step statistics.
These are statistics output from the World::Step method.
PreStepStats box2d::StepStats::pre |
Pre-phase step statistics.
RegStepStats box2d::StepStats::reg |
Reg-phase step statistics.
ToiStepStats box2d::StepStats::toi |
TOI-phase step statistics.