Can I define a coordinate relative to an already defined coordinate? If I define a coordinate (A) with
\coordinate (A) at (2,0);
Is there a way to define a coordinate (B) that is 2cm to the left and one 1cm to the top of (A)? I am looking for something like:
\coordinate (B) at (A+(2cm,1cm));
Thank you!