Removed gtx extension namespace

This commit is contained in:
Christophe Riccio
2011-06-07 11:28:11 +01:00
parent 1b33a702f0
commit 06cc480baa
90 changed files with 180 additions and 469 deletions

View File

@@ -22,12 +22,9 @@
#endif
namespace glm{
namespace gtx{
namespace rotate_vector ///< GLM_GTX_rotate_vector extension: Function to directly rotate a vector
namespace gtx
{
using namespace transform;
/// \addtogroup gtx_rotate_vector
/// @addtogroup gtx_rotate_vector
/// @{
//! Rotate a two dimensional vector.
@@ -103,12 +100,9 @@ namespace rotate_vector ///< GLM_GTX_rotate_vector extension: Function to direct
detail::tvec3<T> const & Up);
/// @}
}//namespace rotate_vector
}//namespace gtx
}//namespace glm
#include "rotate_vector.inl"
namespace glm{using namespace gtx::rotate_vector;}
#endif//glm_gtx_rotate_vector