Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
app
android
jni
third-party
include
glm
gtx
wrap.hpp
Go to the documentation of this file.
1
38
#pragma once
39
40
// Dependency:
41
#include "../glm.hpp"
42
43
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
44
# pragma message("GLM: GLM_GTX_wrap extension included")
45
#endif
46
47
namespace
glm
48
{
51
54
template
<
typename
genType>
55
GLM_FUNC_DECL
genType
clamp
(genType
const
& Texcoord);
56
59
template
<
typename
genType>
60
GLM_FUNC_DECL
genType
repeat
(genType
const
& Texcoord);
61
64
template
<
typename
genType>
65
GLM_FUNC_DECL
genType
mirrorRepeat
(genType
const
& Texcoord);
66
68
}
// namespace glm
69
70
#include "wrap.inl"
glm::mirrorRepeat
GLM_FUNC_DECL genType mirrorRepeat(genType const &Texcoord)
glm
Definition:
_literals.hpp:31
glm::clamp
GLM_FUNC_DECL genType clamp(genType const &x, genType const &minVal, genType const &maxVal)
glm::repeat
GLM_FUNC_DECL genType repeat(genType const &Texcoord)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:37:06