Convenience constructor for cpBB structs.
Returns the area of the bounding box.
Returns the center of a bounding box.
Clamp a vector to a bounding box.
Returns true if @c other lies completely within @c bb.
Returns true if @c bb contains @c v.
Returns a bounding box that holds both @c bb and @c v.
Returns true if @c a and @c b intersect.
Return true if the bounding box intersects the line segment with ends @c a and @c b.
Returns a bounding box that holds both bounding boxes.
Merges @c a and @c b and returns the area of the merged bounding box.
Constructs a cpBB for a circle with the given position and radius.
Returns the fraction along the segment query the cpBB is hit. Returns INFINITY if it doesn't hit.
Wrap a vector to a bounding box.
Chipmunk's axis-aligned 2D bounding box type along with a few handy routines. Chipmunk's axis-aligned 2D bounding box type. (left, bottom, right, top)