Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
cacalabs
/
libcaca
miroir de
https://github.com/cacalabs/libcaca.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
7
Wiki
Activité
Parcourir la source
* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.
tags/v0.99.beta14
Sam Hocevar
sam
il y a 22 ans
Parent
c4114e7b1c
révision
8f500351c9
3 fichiers modifiés
avec
5 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
libee/Makefile.am
+0
-0
libee/conic.c
+4
-0
libee/line.c
+ 1
- 1
libee/Makefile.am
Voir le fichier
@@ -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
Voir le fichier
+ 4
- 0
libee/line.c
Voir le fichier
@@ -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.
*
Écrire
Aperçu
Chargement…
Annuler
Enregistrer