menu
rive_animation_manager package
documentation
rive.dart
Vec2D
copy static method
copy static method
dark_mode
light_mode
copy
static method
void
copy
(
Vec2D
o
,
Vec2D
a
)
Implementation
static void copy(Vec2D o, Vec2D a) { o.x = a.x; o.y = a.y; }
rive_animation_manager package
documentation
rive
Vec2D
copy static method
Vec2D class