Add general ncplane_line_yx() #356
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
nonfix
closed without a successful fix (invalid, wontfix)
Milestone
We have
ncplane_hline()
andncplane_vline()
and they're both kinda dumb. Why don't we just have anncplane_line_yx()
and figure things out for ourselves? These limiting cases would be the easiest to solve for fully general line-drawing (where, of course, the biggest question is: what glyphs do we use at what angles?).We can leave
ncplane_hline()
and friends as wrappers, of course.The text was updated successfully, but these errors were encountered: