I am reading a java doc for GObject /acm.graphics.
I am looking at this method:
move(double dx, double dy)
Moves the object on the screen using the displacements dx and dy.
I am trying to understand what does the 'd' stands for and what is the difference between (dx,dy) Vs (x,y)? Is there any difference or there is none and it is only a different name for the same coordinates?