$extrastylesheet
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) |
Internal namespace of functions form vector to vector.
| 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.
| 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.
| 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.