1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 03:14:39 +02:00
ben-scans/solidify
Werner Almesberger 1fa23c574e Introduce a solid data type and use it, mainly in overlap()
- solidify/solid.h: definition of a solid made from two opposing faces
- solidify/overlap.h (overlap), solidify/overlap.c (draw_image,
  scroll_event, overlap): operate on solid instead of face
- solidify/overlap.c (sx, sy, draw_image, overlap): helper functions sx()
  and sy() to determine canvas size
- solidify/overlap.c (BORDER, sx, sy): added a border around the piece,
  to help with positioning
- solidify/solidify.c (clicked, gui_buttons, gui, main): use solid instead
  of faces
2010-09-23 23:41:35 -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 The GUI can now switch among operations. 2010-09-23 23:18:46 -03:00
level.h The GUI can now switch among operations. 2010-09-23 23:18:46 -03:00
Makefile Added interactive 2D transformation (working towards overlapping) 2010-09-23 22:17:19 -03:00
overlap.c Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
overlap.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solid.h Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
solidify.c Introduce a solid data type and use it, mainly in overlap() 2010-09-23 23:41:35 -03:00
util.h Added copyright headers all over the place. (GPLv2+) 2010-09-23 20:13:48 -03:00