mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Make CI happy
This commit is contained in:
parent
a66b782134
commit
f109b9185f
@ -9,7 +9,7 @@ namespace glm
|
||||
{
|
||||
T const a = asin(sqrt(x.x * x.x + x.y * x.y + x.z * x.z)) * static_cast<T>(2);
|
||||
if(x.w < static_cast<T>(0))
|
||||
return two_pi<T>() - a;
|
||||
return pi<T>() * static_cast<T>(2) - a;
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user