One can translate by x and y distances in processing relative to the frame of reference with the translate()
function.
Is there a function that one can use to translate to an absolute coordinate in world space? For instance, can one translate to the coordinate (20, 30) relative to the window regardless of where your frame of reference has previously translated to?