diff options
Diffstat (limited to 'external/include/glm/gtx/perpendicular.inl')
-rw-r--r-- | external/include/glm/gtx/perpendicular.inl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/external/include/glm/gtx/perpendicular.inl b/external/include/glm/gtx/perpendicular.inl deleted file mode 100644 index 3b99eed..0000000 --- a/external/include/glm/gtx/perpendicular.inl +++ /dev/null @@ -1,11 +0,0 @@ -/// @ref gtx_perpendicular -/// @file glm/gtx/perpendicular.inl - -namespace glm -{ - template<typename genType> - GLM_FUNC_QUALIFIER genType perp(genType const& x, genType const& Normal) - { - return x - proj(x, Normal); - } -}//namespace glm |