menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
copy method
copy method
dark_mode
light_mode
copy
method
Vector2
copy
(
Vector2
v
)
Implementation
Vector2 copy(Vector2 v) { x = v.x; y = v.y; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
copy method
Vector2 class