menu
rive package
documentation
math.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 package
documentation
math
Vec2D
copy static method
Vec2D class