menu
rive package
documentation
math.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.x = a.width; out.y = a.height; return out; }
rive package
documentation
math
AABB
size static method
AABB class