| 106 | return cpPolyShapeGetCount(shape); |
| 107 | } |
| 108 | inline cpFloat cpShapeNearestPointQuery(cpShape* shape, cpVect p, cpPointQueryInfo* out) |
| 109 | { |
| 110 | return cpShapePointQuery(shape, p, out); |
| 111 | } |
| 112 | |
| 113 | // |
| 114 | // Space |
nothing calls this directly
no test coverage detected