menu
flare_flutter package
documentation
base/math/aabb.dart
AABB
size static method
size static method
dark_mode
light_mode
size
static method
Vec2D
size
(
Vec2D
out
,
AABB
a
)
Implementation
static Vec2D size(Vec2D out, AABB a) { out[0] = a[2] - a[0]; out[1] = a[3] - a[1]; return out; }
flare_flutter package
documentation
base/math/aabb
AABB
size static method
AABB class