TimeOfImpactOutputState class
Enum for TimeOfImpact output.
class TimeOfImpactOutputState { static const int UNKNOWN = 0; static const int FAILED = 1; static const int OVERLAPPED = 2; static const int TOUCHING = 3; static const int SEPARATED = 4; }