1 #ifndef TIL_SCALING_MAP_H 2 #define TIL_SCALING_MAP_H 11 template <
typename T >
23 template <
typename V >
30 return numeric_array<typename combine<T,V>::type, 3>(
static_cast<Scaling<T> >(*this) * v);
Belongs to package Box Do not include directly, include til/Box.h instead.
INLINE numeric_array< typename combine< T, V >::type, 3 > operator()(const numeric_array< V, 3 > &v) const
Namespace for all linear algebra related stuff.
ScalingMap(const numeric_array< T, 3 > &scale, const numeric_array< T, 3 > &transl)