Definition in file quad-quad.cpp.
Go to the source code of this file.
Enumerations | |
enum | ECode { NA0, NA1, NB0, NB1, PA0, PA1, PB0, PB1 } |
Functions | |
bool | Flatland::Intersection::TestQuadQuad (const Geometry &g1, const Geometry &g2) |
void | Flatland::Intersection::FindQuadQuad (const Geometry &g1, const Geometry &g2, ContactList &contacts) |
Variables | |
Flatland::vec2 | delta |
float | dotA0B0 |
float | dotA0B1 |
float | dotA1B0 |
float | dotA1B1 |
float | absDotA0B0 |
float | absDotA0B1 |
float | absDotA1B0 |
float | absDotA1B1 |
float | extAA0B0 |
float | extAA0B1 |
float | extAA1B0 |
float | extAA1B1 |
float | extBA0B0 |
float | extBA0B1 |
float | extBA1B0 |
float | extBA1B1 |
float | depth |
enum { ... } ::ECode | code |