multiplyByFloats method

Vector2 multiplyByFloats(
  1. num x,
  2. num y
)

Implementation

external Vector2 multiplyByFloats(num x, num y);