#include <translation.hh>
Public Types | |
typedef translation< n, C > | invert |
Type of the inverse function. | |
Public Member Functions | |
invert | inv () const |
Return the inverse function. | |
algebra::vec< n, C > | operator() (const algebra::vec< n, C > &v) const |
Perform the translation of the given vector. | |
void | set_t (const algebra::vec< n, C > &t) |
Set a net translation vector. | |
const algebra::vec< n, C > & | t () const |
Return the translation vector. | |
translation (const algebra::vec< n, C > &t) | |
Constructor with the translation vector. | |
translation () | |
Constructor without argument. |
Definition at line 52 of file x2x/translation.hh.
typedef translation<n,C> mln::fun::x2x::translation< n, C >::invert |
mln::fun::x2x::translation< n, C >::translation | ( | ) | [inline] |
mln::fun::x2x::translation< n, C >::translation | ( | const algebra::vec< n, C > & | t | ) | [inline] |
translation< n, C > mln::fun::x2x::translation< n, C >::inv | ( | ) | const [inline] |
algebra::vec< n, C > mln::fun::x2x::translation< n, C >::operator() | ( | const algebra::vec< n, C > & | v | ) | const [inline] |
void mln::fun::x2x::translation< n, C >::set_t | ( | const algebra::vec< n, C > & | t | ) | [inline] |
const algebra::vec< n, C > & mln::fun::x2x::translation< n, C >::t | ( | ) | const [inline] |