#include <cassert>
#include <iostream>
Go to the source code of this file.
|
| til |
| Belongs to package Box Do not include directly, include til/Box.h instead.
|
|
|
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) |
|