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