Circle.move

Move the object.

  1. void move(const Vector2i vec)
    struct Circle
    @nogc
    void
    move
    pure nothrow
    (
    const Vector2i vec
    )
  2. void move(int x, int y)

Meta