- #1
Dustinsfl
- 2,281
- 5
For those who have made diagrams in TikZ 2.10, the previous version, atan2 has be redefined. Therefore, any code built off the old definition will compile but the output may not be what you expect.
Before it was atan2(\x2-\x1, \y2-\y1).
Now it is atan2(\y2-\y1, \x2-\x1).
If you want to test it out, compile one of my examples in this sub forum that uses atan2. Then change it to the correct definition.
Before it was atan2(\x2-\x1, \y2-\y1).
Now it is atan2(\y2-\y1, \x2-\x1).
If you want to test it out, compile one of my examples in this sub forum that uses atan2. Then change it to the correct definition.