#include <ImLib3D/CppTools.hpp>
#include <ImLib3D/Vect3D.hpp>
#include <ImLib3D/ImLib3DFile.hpp>
#include <ImLib3D/Matrix.hpp>
Include dependency graph for Affine3DTransform.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
Affine3DTransform | operator * (const Affine3DTransform &a1, const Affine3DTransform &a2) |
Composition of affine trfs. |
<long description=""> We chose to put all the classes containing some kind of basis concept used throughout the library (and the use of the library) in this file. Examples of classes: Size3D, Vect3D, CAffineTransform, Parrallellogram and so on.
See AUTHORS and COPYING files for more information
Definition in file Affine3DTransform.hpp.