Removed gtc and gtx namespaces

This commit is contained in:
Christophe Riccio
2011-06-10 16:45:17 +01:00
parent 2b81d45719
commit 3621deaeb5
146 changed files with 7888 additions and 8210 deletions

View File

@@ -7,8 +7,7 @@
// File : glm/gtx/polar_coordinates.inl
///////////////////////////////////////////////////////////////////////////////////////////////////
namespace glm{
namespace gtx
namespace glm
{
template <typename T>
GLM_FUNC_QUALIFIER detail::tvec3<T> polar(
@@ -36,5 +35,4 @@ namespace gtx
cos(latitude) * cos(longitude));
}
}//namespace gtx
}//namespace glm