| 257 | } |
| 258 | |
| 259 | static void DrawSegment(cpVect a, cpVect b, cpSpaceDebugColor color, cpDataPointer data) |
| 260 | { |
| 261 | DrawFatSegment(a, b, 0.0, color, color, data); |
| 262 | } |
| 263 | |
| 264 | static void DrawPolygon(int count, |
| 265 | const cpVect* verts, |
no test coverage detected