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

Time of impact statistics. More...

#include <TimeOfImpact.hpp>

Collaboration diagram for playrho::TOIOutput::Statistics:
[legend]

Public Types

using toi_iter_type = std::remove_const< decltype(DefaultMaxToiIters)>::type
 TOI iterations type.
 
using dist_iter_type = std::remove_const< decltype(DefaultMaxDistanceIters)>::type
 Distance iterations type.
 
using root_iter_type = std::remove_const< decltype(DefaultMaxToiRootIters)>::type
 Root iterations type.
 
using toi_sum_type = Wider< toi_iter_type >::type
 TOI iterations sum type.
 
using dist_sum_type = Wider< dist_iter_type >::type
 Distance iterations sum type.
 
using root_sum_type = Wider< root_iter_type >::type
 Root iterations sum type.
 

Public Attributes

toi_sum_type sum_finder_iters = 0
 Sum total TOI iterations.
 
dist_sum_type sum_dist_iters = 0
 Sum total distance iterations.
 
root_sum_type sum_root_iters = 0
 Sum total of root finder iterations.
 
toi_iter_type toi_iters = 0
 Time of impact iterations.
 
dist_iter_type max_dist_iters = 0
 Max. distance iterations count.
 
root_iter_type max_root_iters = 0
 Max. root finder iterations for all TOI iterations.
 

Detailed Description

Time of impact statistics.


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