menu
luke_flow_diagram package
documentation
utils/math.dart
Vector2
copy method
copy method
dark_mode
light_mode
copy
method
Vector2
copy
(
)
Creates a new instance with the same values.
Implementation
Vector2 copy() => Vector2(x, y);
luke_flow_diagram package
documentation
utils/math
Vector2
copy method
Vector2 class