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
42
#pragma once
43
44
// Dependency:
45
#include "../geometric.hpp"
46
47
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
48
# pragma message("GLM: GLM_GTX_projection extension included")
49
#endif
50
51
namespace
glm
52
{
55
59
template
<
typename
vecType>
60
GLM_FUNC_DECL vecType
proj
(vecType
const
& x, vecType
const
& Normal);
61
63
}
//namespace glm
64
65
#include "projection.inl"
glm::proj
GLM_FUNC_DECL vecType proj(vecType const &x, vecType const &Normal)
Projects x on Normal.
glm
Definition:
_noise.hpp:39
Generated by
1.8.8