Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
app
android
jni
third-party
include
glm
gtx
normal.hpp
Go to the documentation of this file.
1
39
#pragma once
40
41
// Dependency:
42
#include "../glm.hpp"
43
44
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
45
# pragma message("GLM: GLM_GTX_normal extension included")
46
#endif
47
48
namespace
glm
49
{
52
55
template
<
typename
T, precision P>
56
GLM_FUNC_DECL
detail::tvec3<T, P>
triangleNormal
(
57
detail::tvec3<T, P>
const
& p1,
58
detail::tvec3<T, P>
const
& p2,
59
detail::tvec3<T, P>
const
& p3);
60
62
}
//namespace glm
63
64
#include "normal.inl"
glm
Definition:
_literals.hpp:31
glm::triangleNormal
GLM_FUNC_DECL detail::tvec3< T, P > triangleNormal(detail::tvec3< T, P > const &p1, detail::tvec3< T, P > const &p2, detail::tvec3< T, P > const &p3)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Dec 14 2020 03:34:59