Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
tags/v0.99.beta14
Sam Hocevar
sam
hace 22 años
padre
c4114e7b1c
commit
8f500351c9
Se han
modificado 3 ficheros
con
5 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
libee/Makefile.am
+0
-0
libee/conic.c
+4
-0
libee/line.c
+ 1
- 1
libee/Makefile.am
Ver fichero
@@ -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 fichero
+ 4
- 0
libee/line.c
Ver fichero
@@ -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.
*
Escribir
Vista previa
Cargando…
Cancelar
Guardar