dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Circle.move
Dgame
Math
Circle
Circle
Move the object.
void
move
(Vector2i vec)
void
move
(int x, int y)
struct
Circle
@
nogc
pure nothrow
void
move
(
int
x
,
int
y
)
Meta
Source
See Implementation
Dgame
Math
Circle
Circle
constructors
this
functions
collapse
getCenter
getPosition
getRadius
increase
intersects
isEmpty
move
opBinary
opEquals
setPosition
setRadius
variables
radius
x
y
Move the object.