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

Update contacts statistics. More...

Collaboration diagram for playrho::d2::WorldImpl::UpdateContactsStats:
[legend]

Public Attributes

ContactCounter ignored = 0
 Number of contacts ignored (because both bodies were asleep).
 
ContactCounter updated = 0
 Number of contacts updated.
 
ContactCounter skipped = 0
 Number of contacts skipped because they weren't marked as needing updating.
 

Detailed Description

Update contacts statistics.


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