From 36178f91e94532357c8f7c5566245fbc7c7a0c10 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 7 Aug 2017 17:28:56 +0200 Subject: [PATCH] More use of GLM constants --- test/gtx/gtx_fast_trigonometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtx/gtx_fast_trigonometry.cpp b/test/gtx/gtx_fast_trigonometry.cpp index 8b9a436b..c6474fb3 100644 --- a/test/gtx/gtx_fast_trigonometry.cpp +++ b/test/gtx/gtx_fast_trigonometry.cpp @@ -175,7 +175,7 @@ namespace taylorCos { using glm::precision; - glm::vec4 const AngleShift(0.0f, glm::pi() * 0.5f, glm::pi() * 1.0f, glm::pi() * 1.5f); + glm::vec4 const AngleShift(0.0f, glm::half_pi(), glm::pi(), glm::three_over_two_pi()); template class vecType> GLM_FUNC_QUALIFIER vecType taylorSeriesNewCos(vecType const & x)