#include <collision_outline.h>
Public Member Functions | |
| CL_CollidingContours (const CL_Contour *c1, const CL_Contour *c2, bool in=false) | |
| Constructs a CollidingContours. | |
Public Attributes | |
| const CL_Contour * | contour1 |
| const CL_Contour * | contour2 |
| bool | inside |
| std::vector< CL_CollisionPoint > | points |
| CL_Pointf | penetration_normal |
| float | penetration_depth |
| CL_Pointf | contour1_deep_point |
| CL_Pointf | contour2_deep_point |
Structure used for returning information about collisions
|
||||||||||||||||
|
Constructs a CollidingContours.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6