#include <b2TimeOfImpact.h>
Public Types | |
enum | State { e_unknown, e_failed, e_overlapped, e_touching, e_separated } |
Public Attributes | |
State | state |
float32 | t |
Definition at line 36 of file b2TimeOfImpact.h.
enum b2TOIOutput::State |
Enumerator | |
---|---|
e_unknown | |
e_failed | |
e_overlapped | |
e_touching | |
e_separated |
Definition at line 38 of file b2TimeOfImpact.h.
State b2TOIOutput::state |
Definition at line 47 of file b2TimeOfImpact.h.
float32 b2TOIOutput::t |
Definition at line 48 of file b2TimeOfImpact.h.