jankovicsandras / imagetracerjava

Simple raster image tracer and vectorizer written in Java for desktop
The Unlicense
134 stars 49 forks source link

internodes, incorrect comment #4

Closed MiYanni closed 8 years ago

MiYanni commented 8 years ago

In internodes, the value 4.0 should be West and not North. image

jankovicsandras commented 8 years ago

You're right, the comment is wrong, it should be { thispoint[2] = 4.0; }// W. But the actual code is OK.

        6 N
   5 NW |  7 NE
      \ | / 
4 W --  8  -- 0 East
      / | \
   3 SW |  1 SE
        2 S