▲ | binaryturtle 4 days ago | |||||||
Why would the mouse polling speed mess up the circle drawing itself? You record the start position point (center) and then get the new mouse position and calculate the delta to the start position to get the radius, then draw the circle with the values. Same algorithm. | ||||||||
▲ | unwind 4 days ago | parent [-] | |||||||
They did not mean a circle drawn by a circle tool, but instead freehand drawing curved shapes. | ||||||||
|