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/epsilon.hpp
Go to the documentation of this file.
1
40
#pragma once
41
42
// Dependencies
43
#include "../detail/setup.hpp"
44
#include "../detail/precision.hpp"
45
46
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
47
# pragma message("GLM: GLM_GTC_epsilon extension included")
48
#endif
49
50
namespace
glm
51
{
54
59
template
<
typename
T, precision P,
template
<
typename
, precision>
class
vecType>
60
GLM_FUNC_DECL
vecType<bool, P>
epsilonEqual
(
61
vecType<T, P>
const
& x,
62
vecType<T, P>
const
& y,
63
T
const
&
epsilon
);
64
69
template
<
typename
genType>
70
GLM_FUNC_DECL
bool
epsilonEqual
(
71
genType
const
& x,
72
genType
const
& y,
73
genType
const
&
epsilon
);
74
79
template
<
typename
genType>
80
GLM_FUNC_DECL
typename
genType::boolType
epsilonNotEqual
(
81
genType
const
& x,
82
genType
const
& y,
83
typename
genType::value_type
const
&
epsilon
);
84
89
template
<
typename
genType>
90
GLM_FUNC_DECL
bool
epsilonNotEqual
(
91
genType
const
& x,
92
genType
const
& y,
93
genType
const
&
epsilon
);
94
96
}
//namespace glm
97
98
#include "epsilon.inl"
glm::epsilonEqual
GLM_FUNC_DECL vecType< bool, P > epsilonEqual(vecType< T, P > const &x, vecType< T, P > const &y, T const &epsilon)
glm::epsilonNotEqual
GLM_FUNC_DECL genType::boolType epsilonNotEqual(genType const &x, genType const &y, typename genType::value_type const &epsilon)
glm::epsilon
GLM_FUNC_DECL genType epsilon()
glm
Definition:
_literals.hpp:31
Eigen::Triplet
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:53