This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
tags/v0.99.beta14
Sam Hocevar
sam
21 年之前
父節點
c4114e7b1c
當前提交
8f500351c9
共有
3 個文件被更改
,包括
5 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libee/Makefile.am
+0
-0
libee/conic.c
+4
-0
libee/line.c
+ 1
- 1
libee/Makefile.am
查看文件
@@ -9,7 +9,7 @@ libee_a_SOURCES = \
io.c \
math.c \
line.c \
ci
r
c
le
.c \
c
on
ic.c \
triangle.c \
sprite.c \
$(NULL)
libee/circle.c → libee/conic.c
查看文件
+ 4
- 0
libee/line.c
查看文件
@@ -82,6 +82,10 @@ void ee_draw_thin_line(int x1, int y1, int x2, int y2)
clip_line(&s);
}
/*
* XXX: The following functions are local.
*/
/**
* \brief Generic Cohen-Sutherland line clipping function.
*
Write
Preview
Loading…
取消
儲存