- Timestamp:
- Nov 10, 2003, 4:31:12 PM (19 years ago)
- Location:
- ttyvaders/trunk/libee
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
ttyvaders/trunk/libee/Makefile.am
r126 r130 10 10 math.c \ 11 11 line.c \ 12 c ircle.c \12 conic.c \ 13 13 triangle.c \ 14 14 sprite.c \ -
ttyvaders/trunk/libee/line.c
r128 r130 83 83 } 84 84 85 /* 86 * XXX: The following functions are local. 87 */ 88 85 89 /** 86 90 * \brief Generic Cohen-Sutherland line clipping function.
Note: See TracChangeset
for help on using the changeset viewer.