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

Function cpShapeNearestPointQuery

core/physics/cpCompat62.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 return cpPolyShapeGetCount(shape);
107}
108inline cpFloat cpShapeNearestPointQuery(cpShape* shape, cpVect p, cpPointQueryInfo* out)
109{
110 return cpShapePointQuery(shape, p, out);
111}
112
113//
114// Space

Callers

nothing calls this directly

Calls 1

cpShapePointQueryFunction · 0.85

Tested by

no test coverage detected