Mantid
Loading...
Searching...
No Matches
Functions
Quat.cpp File Reference
#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.
 

Function Documentation

◆ export_Quat()

void export_Quat ( )

◆ getAngleAxis()

std::vector< double > getAngleAxis ( Quat self)

Extracts the angle of rotation and axis.

Returns
The angle of rotation in degrees and the three components of the axis

Definition at line 26 of file Quat.cpp.

References Mantid::Kernel::Quat::getAngleAxis().

Referenced by export_Quat().