Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Types | Public Attributes | List of all members
box2d::RegStepStats Struct Reference

Regular-phase per-step statistics. More...

#include <StepStats.hpp>

Public Types

using counter_type = std::uint32_t
 

Public Attributes

Length minSeparation = std::numeric_limits<RealNum>::infinity() * Meter
 
Momentum maxIncImpulse = 0
 
counter_type islandsFound = 0
 
counter_type islandsSolved = 0
 
counter_type contactsAdded = 0
 
counter_type bodiesSlept = 0
 
counter_type proxiesMoved = 0
 
counter_type sumPosIters = 0
 
counter_type sumVelIters = 0
 

Detailed Description

Regular-phase per-step statistics.

Member Typedef Documentation

◆ counter_type

using box2d::RegStepStats::counter_type = std::uint32_t

Member Data Documentation

◆ bodiesSlept

counter_type box2d::RegStepStats::bodiesSlept = 0

◆ contactsAdded

counter_type box2d::RegStepStats::contactsAdded = 0

◆ islandsFound

counter_type box2d::RegStepStats::islandsFound = 0

◆ islandsSolved

counter_type box2d::RegStepStats::islandsSolved = 0

◆ maxIncImpulse

Momentum box2d::RegStepStats::maxIncImpulse = 0

◆ minSeparation

Length box2d::RegStepStats::minSeparation = std::numeric_limits<RealNum>::infinity() * Meter

◆ proxiesMoved

counter_type box2d::RegStepStats::proxiesMoved = 0

◆ sumPosIters

counter_type box2d::RegStepStats::sumPosIters = 0

◆ sumVelIters

counter_type box2d::RegStepStats::sumVelIters = 0

The documentation for this struct was generated from the following file: