Output parameters for b2TimeOfImpact. More...
#include <b2_time_of_impact.h>
Public Types | |
enum | State { e_unknown, e_failed, e_overlapped, e_touching, e_separated } |
Public Attributes | |
State | state |
float | t |
Output parameters for b2TimeOfImpact.
Definition at line 41 of file b2_time_of_impact.h.
enum b2TOIOutput::State |
Enumerator | |
---|---|
e_unknown | |
e_failed | |
e_overlapped | |
e_touching | |
e_separated |
Definition at line 43 of file b2_time_of_impact.h.
State b2TOIOutput::state |
Definition at line 52 of file b2_time_of_impact.h.
float b2TOIOutput::t |
Definition at line 53 of file b2_time_of_impact.h.