cpAreaForPoly

Calculate the signed area of a polygon. A Clockwise winding gives positive area. This is probably backwards from what you expect, but matches Chipmunk's the winding for poly shapes.

cpAreaForPoly
(
const int numVerts
,
const cpVect* verts
)

Meta