Kaynağa Gözat

* Renamed libee/circle.c to libee/conic.c because we'll do ellipsis.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@130 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam 21 yıl önce
ebeveyn
işleme
b890bb3a46
3 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +1
    -1
      libee/Makefile.am
  2. +0
    -0
      libee/conic.c
  3. +4
    -0
      libee/line.c

+ 1
- 1
libee/Makefile.am Dosyayı Görüntüle

@@ -9,7 +9,7 @@ libee_a_SOURCES = \
io.c \ io.c \
math.c \ math.c \
line.c \ line.c \
circle.c \ conic.c \
triangle.c \ triangle.c \
sprite.c \ sprite.c \
$(NULL) $(NULL)


libee/circle.c → libee/conic.c Dosyayı Görüntüle


+ 4
- 0
libee/line.c Dosyayı Görüntüle

@@ -82,6 +82,10 @@ void ee_draw_thin_line(int x1, int y1, int x2, int y2)
clip_line(&s); clip_line(&s);
} }


/*
* XXX: The following functions are local.
*/

/** /**
* \brief Generic Cohen-Sutherland line clipping function. * \brief Generic Cohen-Sutherland line clipping function.
* *


||||||
x
 
000:0
Yükleniyor…
İptal
Kaydet