menu
three_dart package
documentation
three3d/math/vector2.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; }
three_dart package
documentation
three3d/math/vector2
Vector2
multiply method
Vector2 class