Project - Draw a line by length and degree

I just posted Draw a line by length and degree. on Codeshare. Feel free to discuss and make suggestions here.

1 Like

Oh, man… this brings back memories of implementing ‘vector graphics’ on a trs-80 using a Bresenham algorithm circa 1980

edit: Oh… I misunderstood what you were doing. I thought you were implementing the line draw itself, not calculating end points, sorry

@ mtylerjr -

Nothing to be sorry about :slight_smile:

@ mtylerjr - my smoothline routine is very similar to the original and brilliant besenham algorithm.

https://www.ghielectronics.com/community/codeshare/entry/891

2 Likes