MCPcopy Create free account
hub / github.com/axmolengine/axmol / DrawSegment

Function DrawSegment

core/physics/PhysicsWorld.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DrawTransformMethod · 0.85

Calls 1

DrawFatSegmentFunction · 0.85

Tested by

no test coverage detected