0.9.6
Main Page
Modules
Files
File List
E:
Source
G-Truc
glm
glm
gtx
gtx/common.hpp
Go to the documentation of this file.
1
39
#pragma once
40
41
// Dependencies:
42
#include "../vec2.hpp"
43
#include "../vec3.hpp"
44
#include "../vec4.hpp"
45
#include "../gtc/vec1.hpp"
46
47
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
48
# pragma message("GLM: GLM_GTX_common extension included")
49
#endif
50
51
namespace
glm
52
{
55
64
template
<
typename
genType>
65
GLM_FUNC_DECL
typename
genType::bool_type
isdenormal
(genType
const
& x);
66
68
}
//namespace glm
69
70
#include "common.inl"
glm::isdenormal
GLM_FUNC_DECL genType::bool_type isdenormal(genType const &x)
Returns true if x is a denormalized number Numbers whose absolute value is too small to be represente...
glm
Definition:
_noise.hpp:31
Generated by
1.8.8