0.9.6
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_FUNC_DECL vecType proj(vecType const &x, vecType const &Normal)
Projects x on Normal.
Definition: _noise.hpp:39