cpContactPointSet

A struct that wraps up the important collision data for an arbiter.

Members

Structs

Point
struct Point

The array of contact points.

Variables

count
int count;

The number of contact points in the set.

points
Point[CP_MAX_CONTACTS_PER_ARBITER] points;
Undocumented in source.

Meta