menu
tremble package
documentation
vec2.dart
Vec2
setFrom method
setFrom method
dark_mode
light_mode
setFrom
method
void
setFrom
(
Vec2
other
)
Implementation
void setFrom(Vec2 other) { x = other.x; y = other.y; }
tremble package
documentation
vec2
Vec2
setFrom method
Vec2 class