menu
tremble package
documentation
physics/aabb.dart
AABB
AABB.new constructor
AABB.new constructor
dark_mode
light_mode
AABB
constructor
AABB
(
Vec2
position
, {
required
double
width
,
required
double
height
,
})
Implementation
AABB( super.position, { required this.width, required this.height, });
tremble package
documentation
physics/aabb
AABB
AABB.new constructor
AABB class