Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
z
Variables
a
b
c
d
e
f
h
i
k
l
m
n
s
t
v
w
Typedefs
a
b
c
d
e
f
h
i
l
m
n
p
q
s
u
v
w
Enumerations
Enumerator
c
d
f
h
l
m
n
r
s
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
u
v
Enumerations
b
c
d
f
l
n
o
p
r
s
t
v
Enumerator
_
c
d
f
h
k
n
q
r
s
t
v
x
y
Related Functions
b
c
d
o
r
s
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
Enumerator
b
c
d
e
f
k
l
n
p
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
app
android
jni
third-party
include
glm
gtc
gtc/noise.hpp
Go to the documentation of this file.
1
41
#pragma once
42
43
// Dependencies
44
#include "../detail/setup.hpp"
45
#include "../detail/precision.hpp"
46
47
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
48
# pragma message("GLM: GLM_GTC_noise extension included")
49
#endif
50
51
namespace
glm
52
{
55
58
template
<
typename
T, precision P,
template
<
typename
, precision>
class
vecType>
59
GLM_FUNC_DECL
T
perlin
(
60
vecType<T, P>
const
& p);
61
64
template
<
typename
T, precision P,
template
<
typename
, precision>
class
vecType>
65
GLM_FUNC_DECL
T
perlin
(
66
vecType<T, P>
const
& p,
67
vecType<T, P>
const
& rep);
68
71
template
<
typename
T, precision P,
template
<
typename
, precision>
class
vecType>
72
GLM_FUNC_DECL
T
simplex
(
73
vecType<T, P>
const
& p);
74
76
}
//namespace glm
77
78
#include "noise.inl"
glm::simplex
GLM_FUNC_DECL T simplex(vecType< T, P > const &p)
glm
Definition:
_literals.hpp:31
Eigen::Triplet
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
glm::perlin
GLM_FUNC_DECL T perlin(vecType< T, P > const &p)
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:57