| 0.9.9 API documenation
    | 
Projection of a vector to other one. More...
| Functions | |
| template<typename genType > | |
| GLM_FUNC_DECL genType | proj (genType const &x, genType const &Normal) | 
| Projects x on Normal.  More... | |
Projection of a vector to other one.
<glm/gtx/projection.hpp> need to be included to use these functionalities.
| GLM_FUNC_DECL genType glm::proj | ( | genType const & | x, | 
| genType const & | Normal | ||
| ) | 
Projects x on Normal.
 1.8.10
 1.8.10