menu
bonfire package
documentation
util/extensions/extensions.dart
Vector2Ext
translate method
translate method
dark_mode
light_mode
translate
method
Vector2
translate
(
double
x
,
double
y
)
Implementation
Vector2 translate(double x, double y) { return Vector2(this.x + x, this.y + y); }
bonfire package
documentation
util/extensions/extensions
Vector2Ext
translate method
Vector2Ext extension on
Vector2