dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Circle.move
Dgame
Math
Circle
Circle
Move the object.
void
move
(
const
Vector2i
vec
)
struct
Circle
@
nogc
void
move
pure nothrow
(
const
Vector2i
vec
)
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.