From 61e8432634d082a71d505d3aee83e60dd1f2416e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 16 Jul 2016 01:00:24 +0200 Subject: [PATCH] Fixed bad merge --- glm/gtc/reciprocal.hpp | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/glm/gtc/reciprocal.hpp b/glm/gtc/reciprocal.hpp index 28d09c37..6b18db7a 100644 --- a/glm/gtc/reciprocal.hpp +++ b/glm/gtc/reciprocal.hpp @@ -30,11 +30,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType sec(genType angle); /// Cosecant function. @@ -52,11 +48,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType cot(genType angle); /// Inverse secant function. @@ -65,11 +57,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType asec(genType x); /// Inverse cosecant function. @@ -78,11 +66,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType acsc(genType x); /// Inverse cotangent function. @@ -91,11 +75,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType acot(genType x); /// Secant hyperbolic function. @@ -103,11 +83,7 @@ namespace glm /// @tparam genType Floating-point scalar or vector types. /// /// @see gtc_reciprocal -<<<<<<< HEAD - template -======= template ->>>>>>> 0.9.7 GLM_FUNC_DECL genType sech(genType angle); /// Cosecant hyperbolic function.