dgame ~master (2017-03-31T06:11:13Z)
Home
Dub
Repo
Rect.move
Dgame
Math
Rect
Rect
Move the object.
void
move
(
const
Vector2i
vec
)
void
move
(
int
x
,
int
y
)
struct
Rect
@
nogc
void
move
pure nothrow
(
int
x
,
int
y
)
Meta
Source
See Implementation
Dgame
Math
Rect
Rect
constructors
this
enums
Edge
functions
collapse
contains
getCenter
getEdgePosition
getPosition
getSize
getUnion
increase
intersects
isEmpty
move
opBinary
opEquals
setPosition
setSize
variables
height
width
x
y
Move the object.