Public Types | |
enum | Type { e_unknown, e_edgeA, e_edgeB } |
Public Attributes | |
int32 | index |
b2Vec2 | normal |
float | separation |
Type | type |
Definition at line 168 of file b2_collide_edge.cpp.
enum b2EPAxis::Type |
Enumerator | |
---|---|
e_unknown | |
e_edgeA | |
e_edgeB |
Definition at line 170 of file b2_collide_edge.cpp.
int32 b2EPAxis::index |
Definition at line 179 of file b2_collide_edge.cpp.
b2Vec2 b2EPAxis::normal |
Definition at line 177 of file b2_collide_edge.cpp.
float b2EPAxis::separation |
Definition at line 180 of file b2_collide_edge.cpp.
Type b2EPAxis::type |
Definition at line 178 of file b2_collide_edge.cpp.