Clutter Engine
0.0.1
Loading...
Searching...
No Matches
ClutterEngineOpenGL
ClutterEngine
Libraries
include
glm
gtx
projection.inl
1
2
3
namespace
glm
4
{
5
template
<
typename
genType>
6
GLM_FUNC_QUALIFIER genType
proj
(genType
const
& x, genType
const
& Normal)
7
{
8
return
glm::dot(x, Normal) / glm::dot(Normal, Normal) * Normal;
9
}
10
}
//namespace glm
glm::proj
GLM_FUNC_DECL genType proj(genType const &x, genType const &Normal)
Definition
projection.inl:6
glm
Core features
Definition
common.hpp:21
Generated by
1.12.0