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
component_wise.hpp
Go to the documentation of this file.
1
38
#pragma once
39
40
// Dependencies
41
#include "../detail/setup.hpp"
42
43
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
44
# pragma message("GLM: GLM_GTX_component_wise extension included")
45
#endif
46
47
namespace
glm
48
{
51
54
template
<
typename
genType>
55
GLM_FUNC_DECL
typename
genType::value_type
compAdd
(
56
genType
const
& v);
57
60
template
<
typename
genType>
61
GLM_FUNC_DECL
typename
genType::value_type
compMul
(
62
genType
const
& v);
63
66
template
<
typename
genType>
67
GLM_FUNC_DECL
typename
genType::value_type
compMin
(
68
genType
const
& v);
69
72
template
<
typename
genType>
73
GLM_FUNC_DECL
typename
genType::value_type
compMax
(
74
genType
const
& v);
75
77
}
//namespace glm
78
79
#include "component_wise.inl"
glm::compMul
GLM_FUNC_DECL genType::value_type compMul(genType const &v)
glm::compMin
GLM_FUNC_DECL genType::value_type compMin(genType const &v)
glm::compAdd
GLM_FUNC_DECL genType::value_type compAdd(genType const &v)
glm::compMax
GLM_FUNC_DECL genType::value_type compMax(genType const &v)
glm
Definition:
_literals.hpp:31
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:52