∆x is the x position of the center of the rectangle minus the previous x position of the center of the rectangle. My rectangle isn't going to have the luxury of sitting at (0,0) in my game. It could be anywhere on the coordinate system, which is why I opt to use ∆x so I don't have to figure out...