menu
tremble package
documentation
vec2.dart
Vec2
Vec2.copy constructor
Vec2.copy constructor
dark_mode
light_mode
Vec2.copy
constructor
Vec2.copy
(
Vec2
other
)
Implementation
Vec2.copy(Vec2 other) : x = other.x, y = other.y;
tremble package
documentation
vec2
Vec2
Vec2.copy constructor
Vec2 class