]> git.sur5r.net Git - cc65/commit
Added a first version of a Cohen Sutherland line clipper. This version
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 26 Oct 2009 15:37:51 +0000 (15:37 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 26 Oct 2009 15:37:51 +0000 (15:37 +0000)
commitf24adadb9cda9ea5a5779615526bc99d3d5728e5
tree1333418185ede4de48a10506e0bff99e9081be46
parentc437afd62b9e0b532ea8fb5cef7e72a7d1edcc41
Added a first version of a Cohen Sutherland line clipper. This version
basically works, but has rounding problems and an intermediate result overflow
in the multiplication, which causes for larger lines.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4392 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/tgi/Makefile
libsrc/tgi/tgi_clipline.s [new file with mode: 0644]