#include <transform3DTo2D.h>
Public Member Functions | |
Transform3DTo2DFunctor (const Transform3DTo2D &transform) | |
The constructor deep-copies its argument. | |
Vector2D | operator() (const Vector3D &vec) const |
The application operator transforms its argument. |
Definition at line 239 of file transform3DTo2D.h.
dlr::numeric::Transform3DTo2DFunctor::Transform3DTo2DFunctor | ( | const Transform3DTo2D & | transform | ) | [inline] |
The constructor deep-copies its argument.
transform | This is the transform instance to be copied. |
Definition at line 249 of file transform3DTo2D.h.
The application operator transforms its argument.
vec | This is the vector to be transformed. |
Definition at line 261 of file transform3DTo2D.h.