TrafPars3dAffine.hpp
14 /** This class contains the transformation parameters of an affine 3D (i.e. 12-parameter) transformation, given as 12-array */
16 trafPars (\f$tp\f$), representing the affine transformation matrix A and the translation vector t
43 q_{1 }(a_{1,1},a_{1,1}) & q_{2 }(a_{1,1},a_{1,2}) & q_{3 }(a_{1,1},a_{1,3}) & q_{4 }(a_{1,1},t_1) & q_{5 }(a_{1,1},a_{2,1}) & \ldots & q_{12 }(a_{1,1},t_3) \\
44 q_{13 }(a_{1,2},a_{1,1}) & q_{14 }(a_{1,2},a_{1,2}) & q_{15 }(a_{1,2},a_{1,3}) & q_{16 }(a_{1,2},t_1) & q_{17 }(a_{1,2},a_{2,1}) & \ldots & q_{24 }(a_{1,2},t_3) \\
45 q_{25 }(a_{1,3},a_{1,1}) & q_{26 }(a_{1,3},a_{1,2}) & q_{27 }(a_{1,3},a_{1,3}) & q_{28 }(a_{1,3},t_1) & q_{29 }(a_{1,3},a_{2,1}) & \ldots & q_{36 }(a_{1,3},t_3) \\
46 q_{37 }(t_{1 },a_{1,1}) & q_{38 }(t_{1 },a_{1,2}) & q_{39 }(t_{1 },a_{1,3}) & q_{40 }(t_{1 },t_1) & q_{41 }(t_{1 },a_{2,1}) & \ldots & q_{48 }(t_{1 },t_3) \\
47 q_{49 }(a_{2,1},a_{1,1}) & q_{50 }(a_{2,1},a_{1,2}) & q_{51 }(a_{2,1},a_{1,3}) & q_{52 }(a_{2,1},t_1) & q_{53 }(a_{2,1},a_{2,1}) & \ldots & q_{60 }(a_{2,1},t_3) \\
