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
gtx
matrix_query.hpp
Go to the documentation of this file.
1
39
#pragma once
40
41
// Dependency:
42
#include "../glm.hpp"
43
#include "../gtx/vector_query.hpp"
44
#include <limits>
45
46
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
47
# pragma message("GLM: GLM_GTX_matrix_query extension included")
48
#endif
49
50
namespace
glm
51
{
54
57
template
<
typename
T, precision P>
58
GLM_FUNC_DECL
bool
isNull
(detail::tmat2x2<T, P>
const
& m,
T
const
&
epsilon
);
59
62
template
<
typename
T, precision P>
63
GLM_FUNC_DECL
bool
isNull
(detail::tmat3x3<T, P>
const
& m,
T
const
&
epsilon
);
64
67
template
<
typename
T, precision P>
68
GLM_FUNC_DECL
bool
isNull
(detail::tmat4x4<T, P>
const
& m,
T
const
&
epsilon
);
69
72
template
<
typename
T, precision P,
template
<
typename
, precision>
class
matType>
73
GLM_FUNC_DECL
bool
isIdentity
(matType<T, P>
const
& m,
T
const
&
epsilon
);
74
77
template
<
typename
T, precision P>
78
GLM_FUNC_DECL
bool
isNormalized
(detail::tmat2x2<T, P>
const
& m,
T
const
&
epsilon
);
79
82
template
<
typename
T, precision P>
83
GLM_FUNC_DECL
bool
isNormalized
(detail::tmat3x3<T, P>
const
& m,
T
const
&
epsilon
);
84
87
template
<
typename
T, precision P>
88
GLM_FUNC_DECL
bool
isNormalized
(detail::tmat4x4<T, P>
const
& m,
T
const
&
epsilon
);
89
92
template
<
typename
T, precision P,
template
<
typename
, precision>
class
matType>
93
GLM_FUNC_DECL
bool
isOrthogonal
(matType<T, P>
const
& m,
T
const
&
epsilon
);
94
96
}
//namespace glm
97
98
#include "matrix_query.inl"
glm::isOrthogonal
GLM_FUNC_DECL bool isOrthogonal(matType< T, P > const &m, T const &epsilon)
glm::isNull
GLM_FUNC_DECL bool isNull(detail::tmat2x2< T, P > const &m, T const &epsilon)
glm::epsilon
GLM_FUNC_DECL genType epsilon()
glm
Definition:
_literals.hpp:31
Eigen::Triplet
glm::isIdentity
GLM_FUNC_DECL bool isIdentity(matType< T, P > const &m, T const &epsilon)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
glm::isNormalized
GLM_FUNC_DECL bool isNormalized(detail::tmat2x2< T, P > const &m, T const &epsilon)
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:56