|
Mantid
|
#include "MantidKernel/DllConfig.h"#include "MantidKernel/Quat.h"#include "MantidKernel/V3D.h"#include <Eigen/Geometry>Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Kernel |
Functions | |
| Kernel::Quat | Mantid::Kernel::toQuat (const Eigen::Quaterniond &quat) |
| Converts Eigen::Quaterniond to Kernel::Quat. More... | |
| Eigen::Quaterniond | Mantid::Kernel::toQuaterniond (const Kernel::Quat &quat) |
| Converts Kernel::Quat to Eigen::Quaterniond. More... | |
| Kernel::V3D | Mantid::Kernel::toV3D (const Eigen::Vector3d &vec) |
This header provides conversion helpers between vector and rotation types in MantidKernel and equivalent types in Eigen. More... | |
| Eigen::Vector3d | Mantid::Kernel::toVector3d (const Kernel::V3D &vec) |
| Converts Kernel::V3D to Eigen::Vector3d. More... | |