Some smart moves to make up for missing functionalities.
Result: circle of given radius that is going exacly through two anchor points.
Steps:
- Draw a circle with radius
r. - Draw a straight line
A2, B2starting in pointA1, ending in pointB1. - Rotate the line to
0deghorizontal position. - Align the line to the
center, centerof the circle. - Move the line straight up, by
A2, up to the intersection with circle. - Group the line and the circle together.
- Move the group, aligning
A2withA1. - Rotate the group by dragging
B2toB1and with rotation point inA1(A2)