mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
rename three_half_pi() => three_over_two_pi()
This commit is contained in:
parent
710e13a8e6
commit
b38a8b4e5a
@ -89,7 +89,7 @@ namespace glm
|
||||
/// Return pi / 2 * 3.
|
||||
/// @see gtc_constants
|
||||
template <typename genType>
|
||||
GLM_FUNC_DECL genType three_half_pi();
|
||||
GLM_FUNC_DECL genType three_over_two_pi();
|
||||
|
||||
/// Return pi / 4.
|
||||
/// @see gtc_constants
|
||||
|
@ -73,7 +73,7 @@ namespace glm
|
||||
}
|
||||
|
||||
template <typename genType>
|
||||
GLM_FUNC_QUALIFIER genType three_half_pi()
|
||||
GLM_FUNC_QUALIFIER genType three_over_two_pi()
|
||||
{
|
||||
return genType(4.71238898038468985769396507491925432);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user