#include <collision_outline.h>
Public Attributes | |
| CL_Pointf | point |
| Coordinates of the point where the contours intersected. | |
| CL_Pointf | normal |
| Normal vector at the point where the contours intersected. | |
| bool | is_entry |
| Every contour intersection has an entry and exit point. True, if this is an entry point. | |
| int | contour1_line_start |
| Indexes of intersecting lines on the contours. | |
| int | contour2_line_start |
| int | contour1_line_end |
| int | contour2_line_end |
Structure used for returning information about collisions
|
|
|
|
|
Indexes of intersecting lines on the contours.
|
|
|
|
|
|
|
|
|
Every contour intersection has an entry and exit point. True, if this is an entry point.
|
|
|
Normal vector at the point where the contours intersected.
|
|
|
Coordinates of the point where the contours intersected.
|
1.4.6