menu
rive package
documentation
math.dart
Vec2D
copyFromList static method
copyFromList static method
dark_mode
light_mode
copyFromList
static method
void
copyFromList
(
Vec2D
o
,
Float32List
a
)
Implementation
static void copyFromList(Vec2D o, Float32List a) { o.x = a[0]; o.y = a[1]; }
rive package
documentation
math
Vec2D
copyFromList static method
Vec2D class