that's not what they're called

This commit is contained in:
wanp 2024-09-20 13:41:55 -03:00
parent 999cb78358
commit 074b290b3f

View File

@ -114,7 +114,7 @@ _Alignas(16)
TWN_API bool overlap_rect(const t_rect *a, const t_rect *b, t_rect *result);
TWN_API bool overlap_frect(const t_frect *a, const t_frect *b, t_frect *result);
/* returns true if two triangles are intersecting */
/* returns true if two rectangles are intersecting */
TWN_API bool intersect_rect(const t_rect *a, const t_rect *b);
TWN_API bool intersect_frect(const t_frect *a, const t_frect *b);