From 926e5d4b7085fa2c24c509351db1514cfad3cc94 Mon Sep 17 00:00:00 2001 From: christophe Date: Thu, 21 Dec 2023 12:26:17 +0100 Subject: [PATCH] Add tau constant ##1153 --- glm/gtc/constants.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/constants.hpp b/glm/gtc/constants.hpp index 5dececb9..6a1f37d3 100644 --- a/glm/gtc/constants.hpp +++ b/glm/gtc/constants.hpp @@ -42,7 +42,7 @@ namespace glm /// Return unit-circle circumference, or pi * 2. /// @see gtc_constants template - GLM_FUNC_DECL GLM_CONSTEXPR genType tau() { return glm::two_pi(); } + GLM_FUNC_DECL GLM_CONSTEXPR genType tau(); /// Return square root of pi. /// @see gtc_constants