move method

void move(
  1. Vec2D v
)

Implementation

void move(Vec2D v) {
  moveTo(v.x, v.y);
}