Hacker News new | past | comments | ask | show | jobs | submit login

Computing whether a pixel is filled requires computing its winding number, which depends on every path before it on the scanline. This is not a problem for a sequential algorithm, since you compute winding numbers as you go, but it is a problem if you want to fill every pixel in parallel.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: