0.9.6
Main Page
Modules
Files
File List
E:
Source
G-Truc
glm
glm
gtx
projection.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_projection extension included")
45
#endif
46
47
namespace
glm
48
{
51
54
template
<
typename
vecType>
55
GLM_FUNC_DECL vecType
proj
(
56
vecType
const
& x,
57
vecType
const
& Normal);
58
60
}
//namespace glm
61
62
#include "projection.inl"
glm::proj
GLM_FUNC_DECL vecType proj(vecType const &x, vecType const &Normal)
Projects x on Normal.
glm
Definition:
_noise.hpp:31
Generated by
1.8.8