#include <outline_circle.h>
Public Member Functions | |
Construction | |
| CL_OutlineCircle () | |
| Construct a outline circle. | |
Operations | |
| bool | collide (const CL_OutlineCircle &other) const |
| Construct a outline circle. | |
Public Attributes | |
Attributes | |
| CL_Pointf | position |
| float | radius |
| unsigned int | start |
| unsigned int | end |
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.
|
|
Construct a outline circle.
|
|
|
Construct a outline circle.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6