|
Blender V4.3
|
#include "BLI_math_axis_angle_types.hh"#include "BLI_math_euler_types.hh"#include "BLI_math_quaternion_types.hh"#include "BLI_math_matrix.hh"#include "BLI_math_quaternion.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::math |
Functions | |
Conversion to Quaternions | |
| template<typename T , typename AngleT > | |
| QuaternionBase< T > | blender::math::to_quaternion (const AxisAngleBase< T, AngleT > &axis_angle) |
Conversion to Euler | |
| template<typename T , typename AngleT > | |
| Euler3Base< T > | blender::math::to_euler (const AxisAngleBase< T, AngleT > &axis_angle, EulerOrder order) |
| template<typename T , typename AngleT > | |
| EulerXYZBase< T > | blender::math::to_euler (const AxisAngleBase< T, AngleT > &axis_angle) |