Clutter Engine 0.0.1
Loading...
Searching...
No Matches
integer.hpp File Reference
#include "../glm.hpp"
#include "../gtc/integer.hpp"
#include "integer.inl"

Go to the source code of this file.

Namespaces

namespace  glm
 Core features
 

Typedefs

typedef signed int glm::sint
 

Functions

GLM_FUNC_DECL int glm::pow (int x, uint y)
 
GLM_FUNC_DECL int glm::sqrt (int x)
 
GLM_FUNC_DECL unsigned int glm::floor_log2 (unsigned int x)
 
GLM_FUNC_DECL int glm::mod (int x, int y)
 
template<typename genType >
GLM_FUNC_DECL genType glm::factorial (genType const &x)
 
GLM_FUNC_DECL uint glm::pow (uint x, uint y)
 
GLM_FUNC_DECL uint glm::sqrt (uint x)
 
GLM_FUNC_DECL uint glm::mod (uint x, uint y)
 
GLM_FUNC_DECL uint glm::nlz (uint x)
 

Detailed Description

GLM_GTX_integer

See also
Core features (dependence)