FlukyEngine
Namespaces | Functions
quaternion_exponential.hpp File Reference

GLM_EXT_quaternion_exponential More...

#include "../common.hpp"
#include "../trigonometric.hpp"
#include "../geometric.hpp"
#include "../ext/scalar_constants.hpp"
#include "quaternion_exponential.inl"
Include dependency graph for quaternion_exponential.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 glm
 Core features
 

Functions

template<typename T , qualifier Q>
GLM_FUNC_DECL qua< T, Q > glm::exp (qua< T, Q > const &q)
 Returns a exponential of a quaternion. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL qua< T, Q > glm::log (qua< T, Q > const &q)
 Returns a logarithm of a quaternion. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL qua< T, Q > glm::pow (qua< T, Q > const &q, T y)
 Returns a quaternion raised to a power. More...
 
template<typename T , qualifier Q>
GLM_FUNC_DECL qua< T, Q > glm::sqrt (qua< T, Q > const &q)
 Returns the square root of a quaternion. More...
 

Detailed Description

GLM_EXT_quaternion_exponential