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
fast_trigonometry.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_fast_trigonometry extension included")
45
#endif
46
47
namespace
glm
48
{
51
55
template
<
typename
T>
56
GLM_FUNC_DECL
T
fastSin
(
const
T
&
angle
);
57
61
template
<
typename
T>
62
GLM_FUNC_DECL
T
fastCos
(
const
T
&
angle
);
63
67
template
<
typename
T>
68
GLM_FUNC_DECL
T
fastTan
(
const
T
&
angle
);
69
73
template
<
typename
T>
74
GLM_FUNC_DECL
T
fastAsin
(
const
T
&
angle
);
75
79
template
<
typename
T>
80
GLM_FUNC_DECL
T
fastAcos
(
const
T
&
angle
);
81
85
template
<
typename
T>
86
GLM_FUNC_DECL
T
fastAtan
(
const
T
& y,
const
T
& x);
87
91
template
<
typename
T>
92
GLM_FUNC_DECL
T
fastAtan
(
const
T
&
angle
);
93
95
}
//namespace glm
96
97
#include "fast_trigonometry.inl"
glm::fastTan
GLM_FUNC_DECL T fastTan(const T &angle)
glm::fastSin
GLM_FUNC_DECL T fastSin(const T &angle)
glm
Definition:
_literals.hpp:31
glm::fastAcos
GLM_FUNC_DECL T fastAcos(const T &angle)
Eigen::Triplet
glm::angle
GLM_FUNC_DECL T angle(detail::tquat< T, P > const &x)
glm::fastAtan
GLM_FUNC_DECL T fastAtan(const T &y, const T &x)
glm::fastAsin
GLM_FUNC_DECL T fastAsin(const T &angle)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
glm::fastCos
GLM_FUNC_DECL T fastCos(const T &angle)
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:44:53