Code

Refactoring of 3D box internals.
authorcilix42 <cilix42@users.sourceforge.net>
Tue, 3 Jul 2007 19:20:05 +0000 (19:20 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Tue, 3 Jul 2007 19:20:05 +0000 (19:20 +0000)
commite296063e06f00da943e45455f31ca039c90868cc
tree29cad0cae83773db2f14b0552495c2c78c71e96a
parent725274d44aa54f0543dbd2397cdd68b8afd5d20a
Refactoring of 3D box internals.
Handle the corners in the box itself and only link to them from the separate faces. This way we can make the code *much* cleaner and more generic.
Provide generic auxiliary functions for the movement of corners in XY-plane and Z-direction.
src/box3d-face.cpp
src/box3d-face.h
src/box3d.cpp
src/box3d.h
src/vanishing-point.h