#include <transform2D.h>
Public Member Functions | |
Transform2DFunctor (const Transform2D &transform) | |
The constructor deep-copies its argument. | |
Vector2D | operator() (const Vector2D &vec) const |
The application operator transforms its argument. |
Definition at line 253 of file transform2D.h.
dlr::numeric::Transform2DFunctor::Transform2DFunctor | ( | const Transform2D & | transform | ) | [inline] |
The constructor deep-copies its argument.
transform | This is the transform instance to be copied. |
Definition at line 263 of file transform2D.h.
The application operator transforms its argument.
vec | This is the vector to be transformed. |
Definition at line 275 of file transform2D.h.