|
Mantid
|
#include "MantidKernel/Quat.h"#include "MantidKernel/V3D.h"#include <boost/python/class.hpp>#include <boost/python/copy_const_reference.hpp>#include <boost/python/operators.hpp>#include <boost/python/register_ptr_to_python.hpp>#include <boost/python/return_arg.hpp>#include <boost/python/return_value_policy.hpp>Go to the source code of this file.
Functions | |
| void | export_Quat () |
| Python exports of the Mantid::Kernel::Quat class. | |
| std::vector< double > | getAngleAxis (Quat &self) |
| Extracts the angle of rotation and axis. | |
| void export_Quat | ( | ) |
Python exports of the Mantid::Kernel::Quat class.
Definition at line 35 of file Quat.cpp.
References getAngleAxis(), Mantid::Kernel::Quat::getEulerAngles(), Mantid::Kernel::Quat::imagI(), Mantid::Kernel::Quat::imagJ(), Mantid::Kernel::Quat::imagK(), Mantid::Kernel::Quat::len(), Mantid::Kernel::Quat::len2(), Mantid::Kernel::Quat::real(), Mantid::Kernel::Quat::rotate(), and Mantid::Kernel::Quat::toString().
| std::vector< double > getAngleAxis | ( | Quat & | self | ) |
Extracts the angle of rotation and axis.
Definition at line 26 of file Quat.cpp.
References Mantid::Kernel::Quat::getAngleAxis().
Referenced by export_Quat().