operator * method

Vec2D operator *(
  1. Vec2D v
)

Implementation

Vec2D operator *(Vec2D v) => mapXY(v.x, v.y);