|
Box2D
3.0.0
A Real-Time-Oriented 2-D Physics Engine
|
#include <TimeOfImpact.hpp>
Public Attributes | |
| toi_iter_type | toi_iters = 0 |
| Time of impact iterations. More... | |
| dist_iter_type | max_dist_iters = 0 |
| Max. distance iterations count. More... | |
| root_iter_type | max_root_iters = 0 |
| Max. root finder iterations for all TOI iterations. More... | |
| toi_sum_type | sum_finder_iters = 0 |
| Sum total TOI iterations. More... | |
| dist_sum_type | sum_dist_iters = 0 |
| Sum total distance iterations. More... | |
| root_sum_type | sum_root_iters = 0 |
| Sum total of root finder iterations. More... | |
| dist_iter_type box2d::TOIOutput::Stats::max_dist_iters = 0 |
Max. distance iterations count.
| root_iter_type box2d::TOIOutput::Stats::max_root_iters = 0 |
Max. root finder iterations for all TOI iterations.
| dist_sum_type box2d::TOIOutput::Stats::sum_dist_iters = 0 |
Sum total distance iterations.
| toi_sum_type box2d::TOIOutput::Stats::sum_finder_iters = 0 |
Sum total TOI iterations.
| root_sum_type box2d::TOIOutput::Stats::sum_root_iters = 0 |
Sum total of root finder iterations.
| toi_iter_type box2d::TOIOutput::Stats::toi_iters = 0 |
Time of impact iterations.
1.8.14