Operating on X AND Y simultaneously
Posted: Sun Oct 12, 2008 9:24 am
Hi,
When operating on X or Y, this is done immediately. I'd like to change both X and Y with something like X_new = F(X_old, Y_old) and Y_new = G(X_old, Y_old). Since the X_old is lost after operating on X, this can't be done (and the functions might be too complex to adapt G with X_new). So a window dialog proposing the operation on X and Y in the same window and operating on the current X and Y would do the work in a single generation on both coordinates. Is that really impossible ?
When operating on X or Y, this is done immediately. I'd like to change both X and Y with something like X_new = F(X_old, Y_old) and Y_new = G(X_old, Y_old). Since the X_old is lost after operating on X, this can't be done (and the functions might be too complex to adapt G with X_new). So a window dialog proposing the operation on X and Y in the same window and operating on the current X and Y would do the work in a single generation on both coordinates. Is that really impossible ?