Structure storing information about detected collision. More...
#include <SurfaceCollisions.h>

Public Attributes | |
| int | _CellId |
| ID of other triangle. | |
| double | _Distance |
| Distance between closest points. | |
| double | _Point1 [3] |
| Point in this triangle which is closest. | |
| double | _Point2 [3] |
| Point in other triangle which is closest. | |
| CollisionType | _Type |
| Type of collision. | |
Structure storing information about detected collision.
Definition at line 111 of file SurfaceCollisions.h.