for every line you need to get a direction (use atan2()). After that use the arc() function to draw it.
1 Like
for every line you need to get a direction (use atan2()). After that use the arc() function to draw it.