From 83889ba33dad2743eeb2a79102a1117ec9220025 Mon Sep 17 00:00:00 2001 From: LaG1924 Date: Mon, 7 Jun 2021 07:56:57 +0500 Subject: Replaced /external/ with CPMAddPackage --- external/include/glm/gtx/float_notmalize.inl | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 external/include/glm/gtx/float_notmalize.inl (limited to 'external/include/glm/gtx/float_notmalize.inl') diff --git a/external/include/glm/gtx/float_notmalize.inl b/external/include/glm/gtx/float_notmalize.inl deleted file mode 100644 index bceab10..0000000 --- a/external/include/glm/gtx/float_notmalize.inl +++ /dev/null @@ -1,14 +0,0 @@ -/// @ref gtx_float_normalize -/// @file glm/gtx/float_normalize.inl - -#include - -namespace glm -{ - template - GLM_FUNC_QUALIFIER vec floatNormalize(vec const& v) - { - return vec(v) / static_cast(std::numeric_limits::max()); - } - -}//namespace glm -- cgit v1.2.3