Collision detection outline segmentation circle. More...
#include <outline_circle.h>
Public Member Functions | |
Construction | |
OutlineCircle () | |
Construct a outline circle. More... | |
Operations | |
bool | collide (const OutlineCircle &other) const |
Construct a outline circle. More... | |
Public Attributes | |
Attributes | |
Pointf | position |
float | radius |
unsigned int | start |
unsigned int | end |
Collision detection outline segmentation circle.
Outline circles split the line segments into groups for faster collision detection. If two circles encapsulating the lines don't collide, none of the lines inside them can collide either.