aimstil  5.0.5
affineTransformTools.h File Reference
#include <cassert>
#include <iostream>
Include dependency graph for affineTransformTools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 til
 Belongs to package Box Do not include directly, include til/Box.h instead.
 

Functions

template<typename T >
void til::computeAffineTransformBetween (const Box< T, 3 > &from, const Box< T, 3 > &to, Affine< T > &a)
 Compute the affine transform that would send a Box on another Box. More...
 
template<typename T1 , typename T2 >
INLINE void til::apply (const Affine< T1 > &a, const numeric_array< T2, 3 > &in, numeric_array< typename combine< T1, T2 >::type, 3 > &out)
 
template<typename T >
void til::print (const Affine< T > &a)