1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-25 01:46:16 +02:00
ben-scans/solidify
Werner Almesberger cef7cd5e18 Added interactive 2D transformation (working towards overlapping)
- solidify/Makefile (OBJS): added overlap.o
- solidify/Makefile (CFLAGS): added -O9 to speed up rotation a little
- solidify/array.h, solidify/array.c (get_bounded): like get(), but returns
  UNDEF if the indices are outside the array
- solidify/face.h (struct face, struct matrix), solidify/face.c (read_file):
  added a 2D transformation matrix to "struct face"
- solidify/overlap.h, solidify/overlap.c: show a face with 2D transformation
2010-09-23 22:17:19 -03:00
..
array.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
array.h Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
face.h Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
histo.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
histo.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
level.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
level.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
Makefile Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
overlap.c Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
overlap.h Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
solidify.c Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00
util.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00