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