master
Christophe Riccio ago%!(EXTRA string=14 years)
parent b1b8b18256
commit 852ada9c3d
  1. 8
      glm/core/func_common.hpp
  2. 4
      glm/core/func_exponential.hpp
  3. 3
      glm/core/setup.hpp
  4. 8
      readme.txt

@ -14,14 +14,9 @@
namespace glm namespace glm
{ {
namespace test{
void main_core_func_common();
}//namespace test
namespace core{ namespace core{
namespace function{ namespace function{
//! Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace. namespace common{ //!< Define common functions from Section 8.3 of GLSL 1.30.8 specification. Included in glm namespace.
namespace common{
/// \addtogroup core_funcs /// \addtogroup core_funcs
///@{ ///@{
@ -330,7 +325,6 @@ namespace glm
genType ldexp(genType const & x, genIType const & exp); genType ldexp(genType const & x, genIType const & exp);
///@} ///@}
}//namespace common }//namespace common
}//namespace function }//namespace function
}//namespace core }//namespace core

@ -12,10 +12,6 @@
namespace glm namespace glm
{ {
namespace test{
void main_core_func_exponential();
}//namespace test
namespace core{ namespace core{
namespace function{ namespace function{
//! Define all exponential functions from Section 8.2 of GLSL 1.30.8 specification. Included in glm namespace. //! Define all exponential functions from Section 8.2 of GLSL 1.30.8 specification. Included in glm namespace.

@ -17,8 +17,7 @@
#define GLM_VERSION_MAJOR 0 #define GLM_VERSION_MAJOR 0
#define GLM_VERSION_MINOR 9 #define GLM_VERSION_MINOR 9
#define GLM_VERSION_PATCH 2 #define GLM_VERSION_PATCH 2
#define GLM_VERSION_REVISION 2 #define GLM_VERSION_REVISION 3
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Compiler // Compiler

@ -1,13 +1,13 @@
================================================================================ ================================================================================
G-Truc Creation OpenGL Mathematics (GLM)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
www.g-truc.net glm.g-truc.net
glm@g-truc.net glm@g-truc.net
================================================================================ ================================================================================
The MIT License The MIT License
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Copyright (c) 2005 - 2011 G-Truc Creation Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -37,7 +37,7 @@ More informations in GLM manual:
http://glm.g-truc.net/glm-0.9.2.pdf http://glm.g-truc.net/glm-0.9.2.pdf
================================================================================ ================================================================================
GLM 0.9.2.2: 2011-06-XX GLM 0.9.2.2: 2011-06-02
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
- Expend matrix constructors flexibility - Expend matrix constructors flexibility
- Improved quaternion implementation - Improved quaternion implementation

Loading…
Cancel
Save