cpBBIntersectsSegment

Return true if the bounding box intersects the line segment with ends @c a and @c b.

extern (C) static
cpBool
cpBBIntersectsSegment
(
cpBB bb
,
cpVect a
,
cpVect b
)

Meta