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
This commit is contained in:
uz
2009-10-26 15:37:51 +00:00
parent c437afd62b
commit f24adadb9c
2 changed files with 475 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ S_OBJS = tgi-kernel.o \
tgi_bar.o \
tgi_circle.o \
tgi_clear.o \
tgi_clipline.o \
tgi_curtoxy.o \
tgi_done.o \
tgi_getcolor.o \