| 257 | } |
| 258 | |
| 259 | int |
| 260 | cpPolyShapeGetCount(const cpShape *shape) |
| 261 | { |
| 262 | cpAssertHard(shape->klass == &polyClass, "Shape is not a poly shape."); |
| 263 | return ((cpPolyShape *)shape)->count; |
| 264 | } |
| 265 | |
| 266 | cpVect |
| 267 | cpPolyShapeGetVert(const cpShape *shape, int i) |
no outgoing calls
no test coverage detected