Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
tags/v0.99.beta14
Sam Hocevar
sam
21 anos atrás
pai
c4114e7b1c
commit
8f500351c9
3 arquivos alterados
com
5 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
libee/Makefile.am
+0
-0
libee/conic.c
+4
-0
libee/line.c
+ 1
- 1
libee/Makefile.am
Ver arquivo
@@ -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
Ver arquivo
+ 4
- 0
libee/line.c
Ver arquivo
@@ -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.
*
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar