app
android
jni
third-party
include
glm
gtx
log_base.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_log_base extension included")
45
#endif
46
47
namespace
glm
48
{
51
54
template
<
typename
genType>
55
GLM_FUNC_DECL
genType
log
(
56
genType
const
& x,
57
genType
const
&
base
);
58
60
}
//namespace glm
61
62
#include "log_base.inl"
base
glm
Definition:
_literals.hpp:31
glm::log
GLM_FUNC_DECL genType log(genType const &x)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:11