Skip to content
Snippets Groups Projects
  • Seebs's avatar
    smaller imdraw optimizations · 91803189
    Seebs authored
    For polyline, don't compute each normal twice; when we're going through a line,
    the "next" normal for segment N is always the "previous" normal for segment
    N+1, and we can compute fewer of them.
    91803189