FlukyEngine
Namespaces | Functions
optimum_pow.hpp File Reference

GLM_GTX_optimum_pow More...

#include "../glm.hpp"
#include "optimum_pow.inl"
Include dependency graph for optimum_pow.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 genType >
GLM_FUNC_DECL genType glm::gtx::pow2 (genType const &x)
 Returns x raised to the power of 2. More...
 
template<typename genType >
GLM_FUNC_DECL genType glm::gtx::pow3 (genType const &x)
 Returns x raised to the power of 3. More...
 
template<typename genType >
GLM_FUNC_DECL genType glm::gtx::pow4 (genType const &x)
 Returns x raised to the power of 4. More...
 

Detailed Description

GLM_GTX_optimum_pow

See also
Core features (dependence)