mirror of
https://github.com/yawut/SDL.git
synced 2026-08-18 06:46:38 -05:00
Use the Cohen-Sutherland algorithm for line clipping which uses integer math and preserves ordering of clipped points. Removed getopt() support in testsdl.c, replaced with simple argv scanning.