PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::PreStepStats Struct Reference

Pre-phase per-step statistics. More...

#include <StepStats.hpp>

Collaboration diagram for playrho::PreStepStats:
[legend]

Public Types

using counter_type = std::uint32_t
 Counter type.
 

Public Attributes

counter_type proxiesMoved = 0
 Proxies moved count.
 
counter_type destroyed = 0
 Count of contacts destroyed.
 
counter_type added = 0
 Count of contacts added.
 
counter_type ignored = 0
 Count of contacts ignored during update processing.
 
counter_type updated = 0
 Count of contacts updated (during update processing).
 
counter_type skipped = 0
 Count of contacts Skipped (during update processing).
 

Detailed Description

Pre-phase per-step statistics.

Note
This data structure is 24-bytes large (on at least one 64-bit platform).

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