menu
bonfire package
documentation
geometry/shape_collision.dart
ShapeCollision
rectToRect static method
rectToRect static method
dark_mode
light_mode
rectToRect
static method
bool
rectToRect
(
RectangleShape
a
,
RectangleShape
b
)
Implementation
static bool rectToRect(RectangleShape a, RectangleShape b) { return a.rect.overlaps(b.rect); }
bonfire package
documentation
geometry/shape_collision
ShapeCollision
rectToRect static method
ShapeCollision class