Re: Create line by giving angle and length
Posted by
hsrai on
Mar 16, 2013; 4:59am
URL: https://forum.librecad.org/Create-line-by-giving-angle-and-length-tp5707663p5707697.html
Avneet wrote
When we draw line through angle and length how it converts to x2,y2 point
It should be done by LibreCAD, using following formula:
x2 = x1 + radius * Cos(angle)
y2 = y1 + radius * Sin(angle)
--
H.S.Rai
--
H.S.Rai