瀏覽代碼

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

Christophe Riccio 14 年之前
父節點
當前提交
1917036aa3
共有 5 個文件被更改,包括 23 次插入22 次删除
  1. 2 0
      doc/coreModules.doxy
  2. 1 1
      glm/glm.hpp
  3. 5 5
      glm/gtc/half_float.hpp
  4. 7 8
      glm/gtc/matrix_transform.hpp
  5. 8 8
      glm/gtc/quaternion.hpp

+ 2 - 0
doc/coreModules.doxy

@@ -12,6 +12,8 @@
 	<a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.10.6.clean.pdf">version 4.1
 	(pdf file)</a>.
 	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.
 **/
 
 

+ 1 - 1
glm/glm.hpp

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

+ 5 - 5
glm/gtc/half_float.hpp

@@ -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
-// Updated : 2010-02-07
-// Licence : This source is under MIT License
-// File    : glm/gtc/half_float.hpp
+//! Created : 2009-04-29
+//! Updated : 2010-02-07
+//! Licence : This source is under MIT License
+//! \file glm/gtc/half_float.hpp
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 #ifndef glm_gtc_half_float

+ 7 - 8
glm/gtc/matrix_transform.hpp

@@ -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
-// Updated : 2009-04-29
-// Licence : This source is under MIT License
-// File    : glm/gtc/matrix_transform.hpp
+//! Created : 2009-04-29
+//! Updated : 2009-04-29
+//! Licence : This source is under MIT License
+//! \file glm/gtc/matrix_transform.hpp
 ///////////////////////////////////////////////////////////////////////////////////////////////////
-// Dependency:
-// - GLM core
-// - GLM_GTC_matrix_operation
+//! Dependency:
+//! - GLM core
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
 #ifndef glm_gtc_matrix_transform

+ 8 - 8
glm/gtc/quaternion.hpp

@@ -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
-// Updated : 2010-02-04
-// Licence : This source is under MIT License
-// File    : glm/gtc/quaternion.hpp
+//! Created : 2009-05-21
+//! Updated : 2010-02-04
+//! Licence : This source is under MIT License
+//! \file glm/gtc/quaternion.hpp
 ///////////////////////////////////////////////////////////////////////////////////////////////////
-// Dependency:
-// - GLM core
-// - GLM_GTC_half_float
+//! Dependency:
+//! - GLM core
+//! - \link glm/gtc/half_float.hpp GLM_GTC_half_float \endlink
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 // ToDo:
 // - Study constructors with angles and axis