Merge branch '0.9.3' of ssh://ogl-math.git.sourceforge.net/gitroot/ogl-math/ogl-math into 0.9.3

This commit is contained in:
Christophe Riccio 2011-05-13 03:04:44 +01:00
commit 1917036aa3
5 changed files with 23 additions and 22 deletions

View File

@ -12,6 +12,8 @@
<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf">version 4.1 <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf">version 4.1
(pdf file)</a>. (pdf file)</a>.
There are a few \ref pg_differences "differences" between GLM core and GLSL. There are a few \ref pg_differences "differences" between GLM core and GLSL.
GLM core functionnalities requires <glm/glm.hpp> to be included to be used.
**/ **/

View File

@ -4,7 +4,7 @@
// Created : 2005-01-14 // Created : 2005-01-14
// Updated : 2011-01-19 // Updated : 2011-01-19
// Licence : This source is under MIT License // Licence : This source is under MIT License
// File : glm/glm.hpp //! \file glm/glm.hpp
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
#include "core/_fixes.hpp" #include "core/_fixes.hpp"

View File

@ -1,10 +1,10 @@
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) //! OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2009-04-29 //! Created : 2009-04-29
// Updated : 2010-02-07 //! Updated : 2010-02-07
// Licence : This source is under MIT License //! Licence : This source is under MIT License
// File : glm/gtc/half_float.hpp //! \file glm/gtc/half_float.hpp
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef glm_gtc_half_float #ifndef glm_gtc_half_float

View File

@ -1,14 +1,13 @@
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) //! OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2009-04-29 //! Created : 2009-04-29
// Updated : 2009-04-29 //! Updated : 2009-04-29
// Licence : This source is under MIT License //! Licence : This source is under MIT License
// File : glm/gtc/matrix_transform.hpp //! \file glm/gtc/matrix_transform.hpp
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Dependency: //! Dependency:
// - GLM core //! - GLM core
// - GLM_GTC_matrix_operation
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef glm_gtc_matrix_transform #ifndef glm_gtc_matrix_transform

View File

@ -1,14 +1,14 @@
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net) //! OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Created : 2009-05-21 //! Created : 2009-05-21
// Updated : 2010-02-04 //! Updated : 2010-02-04
// Licence : This source is under MIT License //! Licence : This source is under MIT License
// File : glm/gtc/quaternion.hpp //! \file glm/gtc/quaternion.hpp
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// Dependency: //! Dependency:
// - GLM core //! - GLM core
// - GLM_GTC_half_float //! - \link glm/gtc/half_float.hpp GLM_GTC_half_float \endlink
/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////
// ToDo: // ToDo:
// - Study constructors with angles and axis // - Study constructors with angles and axis