cf_poly_to_poly¶
Category: collision
GitHub: cute_math.h
Returns true if two polygons are intersecting.
bool cf_poly_to_poly(const CF_Poly* A, const CF_Transform* ax, const CF_Poly* B, const CF_Transform* bx);
Remarks¶
For information about how two shapes are intersecting (and not just boolean result), see cf_poly_to_poly_manifold.