Template Function TRAP::Math::Exp(const tQuat<T>&)#

Function Documentation#

template<typename T>
constexpr tQuat<T> TRAP::Math::Exp(const tQuat<T> &q)#

Retrieve the natural exponentiation of the parameter.

Parameters:

q – Specify the value to exponentiate.

Returns:

Exponential of a quaternion.