menu
Flutter
vector_math.dart
Vector2
Vector2.copy factory constructor
Vector2.copy
dark_mode
light_mode
Vector2.copy
constructor
Vector2.copy
(
Vector2
other
)
Copy of
other
.
Implementation
factory Vector2.copy(Vector2 other) => Vector2.zero()..setFrom(other);
Flutter
vector_math
Vector2
Vector2.copy factory constructor
Vector2 class
Cookies management controls