#include "gim_geometry.h"#include "gim_basic_geometry_operations.h"#include "gim_clip_polygon.h"#include "gim_box_collision.h"#include "gim_tri_collision.h"#include "gim_radixsort.h"#include "gim_array.h"

Go to the source code of this file.
Classes | |
| class | GIM_CONTACT |
| class | gim_contact_array |
Defines | |
| #define | CONTACT_DIFF_EPSILON 0.00001f |
| #define | NORMAL_CONTACT_AVERAGE 1 |
Definition in file gim_contact.h.
| #define CONTACT_DIFF_EPSILON 0.00001f |
Definition at line 44 of file gim_contact.h.
| #define NORMAL_CONTACT_AVERAGE 1 |
Configuration var for applying interpolation of contact normals
Definition at line 43 of file gim_contact.h.