Name
delta-position -- Return a new coordinate list that is DX,DY offset from XY-LIST.
Synopsis
(delta-position xy-list dx dy)
Description
Return a new coordinate list that is DX,DY offset from XY-LIST.
E.g., if XY-LIST is (2 10) and DX is 5, DY is 7, returns (7 17).