it's a good thing if we can have angular "Relative Zero".
seems to be easy to implement:
1, relative zero for input polar coordinates;
2, relative zero for output (coordinate widget);
3, an action to change angular relative zero.
Before that, we can do the following:
To draw a line by an angle relative to to line A:
1, rotate line A to horizontal, keep the old copy;
2, draw a line by angle;
3, rotate the new line from step 2 and line A back, delete old copy;
4, delete duplicated copy of line A.
hesediel wrote
Hello guys, i'm sorry for the question but i am trying to draw a line with an angle but this relative to another line. How can i do that?