Cortex
10.0.0-a4
|
#include "OpenEXR/ImathQuat.h"
Go to the source code of this file.
Namespaces | |
IECore | |
This namespace contains all components of the core library. | |
Functions | |
template<class T > | |
T | IECore::sinx_over_x (T x) |
template<class T > | |
T | IECore::angle4D (const Imath::Quat< T > &q1, const Imath::Quat< T > &q2) |
template<class T > | |
Imath::Quat< T > | IECore::slerp (const Imath::Quat< T > &q1, const Imath::Quat< T > &q2, T t) |
template<class T > | |
Imath::Quat< T > | IECore::slerpShortestArc (const Imath::Quat< T > &q1, const Imath::Quat< T > &q2, T t) |
Defines algorithms for quaternions.