- BBQuery
cpCollisionID BBQuery(BBQueryContext* context, cpShape* shape, cpCollisionID id, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- NearestPointQuery
cpCollisionID NearestPointQuery(NearestPointQueryContext* context, cpShape* shape, cpCollisionID id, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- NearestPointQueryNearest
cpCollisionID NearestPointQueryNearest(NearestPointQueryContext* context, cpShape* shape, cpCollisionID id, cpNearestPointQueryInfo* out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- PointQuery
cpCollisionID PointQuery(PointQueryContext* context, cpShape* shape, cpCollisionID id, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- PointQueryFirst
void PointQueryFirst(cpShape* shape, cpShape** outShape)
Undocumented in source. Be warned that the author may not have intended to support it.
- SegmentQuery
cpFloat SegmentQuery(SegmentQueryContext* context, cpShape* shape, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- SegmentQueryFirst
cpFloat SegmentQueryFirst(SegmentQueryContext* context, cpShape* shape, cpSegmentQueryInfo* out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- ShapeQuery
cpCollisionID ShapeQuery(cpShape* a, cpShape* b, cpCollisionID id, ShapeQueryContext* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceBBQuery
void cpSpaceBBQuery(cpSpace* space, cpBB bb, cpLayers layers, cpGroup group, cpSpaceBBQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceNearestPointQuery
void cpSpaceNearestPointQuery(cpSpace* space, cpVect point, cpFloat maxDistance, cpLayers layers, cpGroup group, cpSpaceNearestPointQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceNearestPointQueryNearest
cpShape* cpSpaceNearestPointQueryNearest(cpSpace* space, cpVect point, cpFloat maxDistance, cpLayers layers, cpGroup group, cpNearestPointQueryInfo* out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpacePointQuery
void cpSpacePointQuery(cpSpace* space, cpVect point, cpLayers layers, cpGroup group, cpSpacePointQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpacePointQueryFirst
cpShape* cpSpacePointQueryFirst(cpSpace* space, cpVect point, cpLayers layers, cpGroup group)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceSegmentQuery
void cpSpaceSegmentQuery(cpSpace* space, cpVect start, cpVect end, cpLayers layers, cpGroup group, cpSpaceSegmentQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceSegmentQueryFirst
cpShape* cpSpaceSegmentQueryFirst(cpSpace* space, cpVect start, cpVect end, cpLayers layers, cpGroup group, cpSegmentQueryInfo* out_)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpSpaceShapeQuery
cpBool cpSpaceShapeQuery(cpSpace* space, cpShape* shape, cpSpaceShapeQueryFunc func, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.