5 template<
typename genType>
6 GLM_FUNC_QUALIFIER genType
perp(genType
const& x, genType
const& Normal)
8 return x -
proj(x, Normal);
GLM_FUNC_DECL genType perp(genType const &x, genType const &Normal)
Definition perpendicular.inl:6
GLM_FUNC_DECL genType proj(genType const &x, genType const &Normal)
Definition projection.inl:6
Core features
Definition common.hpp:21