$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::fun::x2x::internal Namespace Reference

Classes

struct  helper_composed_< T2, T1, E, false >
struct  helper_composed_< T2, T1, E, true >

Functions

template<unsigned n, typename C >
algebra::h_mat< n, C > get_rot_h_mat (const C alpha_, const algebra::vec< n, C > &axis_)
template<typename C >
algebra::h_mat< 2, C > get_rot_h_mat (const C alpha, const algebra::vec< 2, C > &)
template<typename C >
algebra::h_mat< 3, C > get_rot_h_mat (const C alpha, const algebra::vec< 3, C > &axis)

Detailed Description

Internal namespace of functions form vector to vector.

Function Documentation

template<unsigned n, typename C >
algebra::h_mat<n, C> mln::fun::x2x::internal::get_rot_h_mat ( const C  alpha_,
const algebra::vec< n, C > &  axis_ 
)

Definition at line 68 of file rotation.hh.

template<typename C >
algebra::h_mat<2, C> mln::fun::x2x::internal::get_rot_h_mat ( const C  alpha,
const algebra::vec< 2, C > &   
)

Definition at line 84 of file rotation.hh.

template<typename C >
algebra::h_mat<3, C> mln::fun::x2x::internal::get_rot_h_mat ( const C  alpha,
const algebra::vec< 3, C > &  axis 
)

Definition at line 101 of file rotation.hh.