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

@@ -47,8 +47,7 @@
# pragma message("GLM: GLM_GTX_transform2 extension included")
#endif
namespace glm{
namespace gtx
namespace glm
{
/// @addtogroup gtx_transform2
/// @{
@@ -129,7 +128,6 @@ namespace gtx
valType bias);
/// @}
}// namespace gtx
}// namespace glm
#include "transform2.inl"