menu
rive package
documentation
math.dart
Vec2D
Vec2D.fromValues constructor
Vec2D.fromValues constructor
dark_mode
light_mode
Vec2D.fromValues
constructor
Vec2D.fromValues
(
double
ox
,
double
oy
)
Implementation
Vec2D.fromValues(double ox, double oy) : x = ox, y = oy;
rive package
documentation
math
Vec2D
Vec2D.fromValues constructor
Vec2D class