menu
rive package
documentation
math.dart
AABB
center method
center method
dark_mode
light_mode
center
method
Vec2D
center
(
)
Implementation
Vec2D center() {
return
Vec2D.fromValues((left + right) *
0.5
, (top + bottom) *
0.5
); }
rive package
documentation
math
AABB
center method
AABB class