menu
flare_flutter package
documentation
base/math/vec2d.dart
Vec2D
Vec2D.fromValues constructor
Vec2D.fromValues constructor
dark_mode
light_mode
Vec2D.fromValues
constructor
Vec2D.fromValues
(
double
x
,
double
y
)
Implementation
Vec2D.fromValues(double x, double y) : _buffer = Float32List.fromList([x, y]);
flare_flutter package
documentation
base/math/vec2d
Vec2D
Vec2D.fromValues constructor
Vec2D class