#include <transform3D.h>
Public Member Functions | |
| Transform3DFunctor (const Transform3D &transform) | |
| The constructor deep-copies its argument. | |
| Vector3D | operator() (const Vector3D &vec) const |
| The application operator transforms its argument. | |
Definition at line 316 of file transform3D.h.
| dlr::numeric::Transform3DFunctor::Transform3DFunctor | ( | const Transform3D & | transform | ) | [inline] |
The constructor deep-copies its argument.
| transform | This is the transform instance to be copied. |
Definition at line 326 of file transform3D.h.
The application operator transforms its argument.
| vec | This is the vector to be transformed. |
Definition at line 338 of file transform3D.h.
1.5.8