cpVect

Chipmunk's 2D vector type.

struct cpVect {
cpFloat x;
cpFloat y;
}

Meta