Circle.setPosition

Set a new position with coordinates.

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

Meta