Clutter Engine 0.0.1
Loading...
Searching...
No Matches
func_exponential.inl File Reference
#include "../vector_relational.hpp"
#include "_vectorize.hpp"
#include <limits>
#include <cmath>
#include <cassert>

Go to the source code of this file.

Classes

struct  glm::detail::compute_log2< L, T, Q, isFloat, Aligned >
 
struct  glm::detail::compute_sqrt< L, T, Q, Aligned >
 
struct  glm::detail::compute_inversesqrt< L, T, Q, Aligned >
 
struct  glm::detail::compute_inversesqrt< L, float, lowp, Aligned >
 

Namespaces

namespace  glm
 Core features
 

Functions

template<typename genType >
genType glm::detail::log2 (genType Value)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::pow (vec< L, T, Q > const &base, vec< L, T, Q > const &exponent)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::exp (vec< L, T, Q > const &x)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::log (vec< L, T, Q > const &x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::exp2 (genType x)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::exp2 (vec< L, T, Q > const &x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::log2 (genType x)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::log2 (vec< L, T, Q > const &x)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::sqrt (vec< L, T, Q > const &x)
 
template<typename genType >
GLM_FUNC_QUALIFIER genType glm::inversesqrt (genType x)
 
template<length_t L, typename T , qualifier Q>
GLM_FUNC_QUALIFIER vec< L, T, Q > glm::inversesqrt (vec< L, T, Q > const &x)
 

Detailed Description