Cortex  10.0.0-a4
Namespaces | Functions
QuatAlgo.h File Reference
#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 >
IECore::sinx_over_x (T x)
 
template<class 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)
 

Detailed Description

Defines algorithms for quaternions.