- _initModuleCtor_cpPolyShape
void _initModuleCtor_cpPolyShape()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeInit
cpPolyShape* cpBoxShapeInit(cpPolyShape* poly, cpBody* body_, cpFloat width, cpFloat height)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeInit2
cpPolyShape* cpBoxShapeInit2(cpPolyShape* poly, cpBody* body_, cpBB box)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeInit3
cpPolyShape* cpBoxShapeInit3(cpPolyShape* poly, cpBody* body_, cpBB box, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeNew
cpShape* cpBoxShapeNew(cpBody* body_, cpFloat width, cpFloat height)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeNew2
cpShape* cpBoxShapeNew2(cpBody* body_, cpBB box)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpBoxShapeNew3
cpShape* cpBoxShapeNew3(cpBody* body_, cpBB box, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeAlloc
cpPolyShape* cpPolyShapeAlloc()
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeCacheData
cpBB cpPolyShapeCacheData(cpPolyShape* poly, cpVect p, cpVect rot)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeDestroy
void cpPolyShapeDestroy(cpPolyShape* poly)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeGetNumVerts
int cpPolyShapeGetNumVerts(cpShape* shape)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeGetRadius
cpFloat cpPolyShapeGetRadius(cpShape* shape)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeGetVert
cpVect cpPolyShapeGetVert(cpShape* shape, int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeInit
cpPolyShape* cpPolyShapeInit(cpPolyShape* poly, cpBody* body_, int numVerts, cpVect* verts, cpVect offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeInit2
cpPolyShape* cpPolyShapeInit2(cpPolyShape* poly, cpBody* body_, int numVerts, cpVect* verts, cpVect offset, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeNearestPointQuery
void cpPolyShapeNearestPointQuery(cpPolyShape* poly, cpVect p, cpNearestPointQueryInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeNew
cpShape* cpPolyShapeNew(cpBody* body_, int numVerts, cpVect* verts, cpVect offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeNew2
cpShape* cpPolyShapeNew2(cpBody* body_, int numVerts, cpVect* verts, cpVect offset, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeSegmentQuery
void cpPolyShapeSegmentQuery(cpPolyShape* poly, cpVect a, cpVect b, cpSegmentQueryInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeSetRadius
void cpPolyShapeSetRadius(cpShape* shape, cpFloat radius)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeSetVerts
void cpPolyShapeSetVerts(cpShape* shape, int numVerts, cpVect* verts, cpVect offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeTransformAxes
void cpPolyShapeTransformAxes(cpPolyShape* poly, cpVect p, cpVect rot)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyShapeTransformVerts
cpBB cpPolyShapeTransformVerts(cpPolyShape* poly, cpVect p, cpVect rot)
Undocumented in source. Be warned that the author may not have intended to support it.
- cpPolyValidate
cpBool cpPolyValidate(cpVect* verts, int numVerts)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUpVerts
void setUpVerts(cpPolyShape* poly, int numVerts, cpVect* verts, cpVect offset)
Undocumented in source. Be warned that the author may not have intended to support it.