dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Circle.setPosition
Dgame
Math
Circle
Circle
Set a new position with coordinates.
void
setPosition
(
int
x
,
int
y
)
struct
Circle
@
nogc
void
setPosition
pure nothrow
(
int
x
,
int
y
)
void
setPosition
(
const
Vector2i
position
)
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
Set a new position with coordinates.