فهرست منبع

Add tau constant ##1153

christophe 2 سال پیش
والد
کامیت
926e5d4b70
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      glm/gtc/constants.hpp

+ 1 - 1
glm/gtc/constants.hpp

@@ -42,7 +42,7 @@ namespace glm
 	/// Return unit-circle circumference, or pi * 2.
 	/// @see gtc_constants
 	template<typename genType>
-	GLM_FUNC_DECL GLM_CONSTEXPR genType tau() { return glm::two_pi<genType>(); }
+	GLM_FUNC_DECL GLM_CONSTEXPR genType tau();
 
 	/// Return square root of pi.
 	/// @see gtc_constants