mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
We sat on a throne of lies: our `edge_function()` returned positive values for _clockwise_ vertex rotation instead of _counter-clockwise_, which was hidden by the fact that we were forcing everything into CW rotation by an erroneous area comparison (`> 0` instead of `< 0`). This simplifies our culling code significantly.