From 72e6b8973f7ef279236a1656e57e71973c074263 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 17 Aug 2017 21:00:32 +0200 Subject: [PATCH] Updated API documentation --- doc/api/a00035_source.html | 76 +- doc/api/a00045_source.html | 2 +- doc/api/a00078.html | 121 ++ doc/api/a00078_source.html | 3 +- doc/api/a00133.html | 131 ++ doc/api/a00139.html | 1706 +++++++++++++++++++++++++ doc/api/index.html | 24 +- doc/api/man.doxy | 2415 ++++++++++++++++++++++++++++++++++++ doc/api/pages.doxy | 0 doc/api/search/all_d.js | 2 +- doc/api/search/pages_0.js | 2 +- doc/pages.doxy | 32 - glm/glm.hpp | 5 + 13 files changed, 4426 insertions(+), 93 deletions(-) create mode 100644 doc/api/a00078.html create mode 100644 doc/api/a00133.html create mode 100644 doc/api/a00139.html create mode 100644 doc/api/man.doxy create mode 100644 doc/api/pages.doxy delete mode 100644 doc/pages.doxy diff --git a/doc/api/a00035_source.html b/doc/api/a00035_source.html index 16c55162..172278d0 100644 --- a/doc/api/a00035_source.html +++ b/doc/api/a00035_source.html @@ -89,45 +89,45 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Go to the documentation of this file.
1 
-
74 #include "detail/_fixes.hpp"
-
75 
-
76 #include "detail/setup.hpp"
-
77 
-
78 #pragma once
-
79 
-
80 #include <cmath>
-
81 #include <climits>
-
82 #include <cfloat>
-
83 #include <limits>
-
84 #include <cassert>
-
85 #include "fwd.hpp"
-
86 
-
87 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED)
-
88 # define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED
-
89 # pragma message("GLM: Core library included")
-
90 #endif//GLM_MESSAGES
+
79 #include "detail/_fixes.hpp"
+
80 
+
81 #include "detail/setup.hpp"
+
82 
+
83 #pragma once
+
84 
+
85 #include <cmath>
+
86 #include <climits>
+
87 #include <cfloat>
+
88 #include <limits>
+
89 #include <cassert>
+
90 #include "fwd.hpp"
91 
-
92 #include "vec2.hpp"
-
93 #include "vec3.hpp"
-
94 #include "vec4.hpp"
-
95 #include "mat2x2.hpp"
-
96 #include "mat2x3.hpp"
-
97 #include "mat2x4.hpp"
-
98 #include "mat3x2.hpp"
-
99 #include "mat3x3.hpp"
-
100 #include "mat3x4.hpp"
-
101 #include "mat4x2.hpp"
-
102 #include "mat4x3.hpp"
-
103 #include "mat4x4.hpp"
-
104 
-
105 #include "trigonometric.hpp"
-
106 #include "exponential.hpp"
-
107 #include "common.hpp"
-
108 #include "packing.hpp"
-
109 #include "geometric.hpp"
-
110 #include "matrix.hpp"
-
111 #include "vector_relational.hpp"
-
112 #include "integer.hpp"
+
92 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_MESSAGE_CORE_INCLUDED_DISPLAYED)
+
93 # define GLM_MESSAGE_CORE_INCLUDED_DISPLAYED
+
94 # pragma message("GLM: Core library included")
+
95 #endif//GLM_MESSAGES
+
96 
+
97 #include "vec2.hpp"
+
98 #include "vec3.hpp"
+
99 #include "vec4.hpp"
+
100 #include "mat2x2.hpp"
+
101 #include "mat2x3.hpp"
+
102 #include "mat2x4.hpp"
+
103 #include "mat3x2.hpp"
+
104 #include "mat3x3.hpp"
+
105 #include "mat3x4.hpp"
+
106 #include "mat4x2.hpp"
+
107 #include "mat4x3.hpp"
+
108 #include "mat4x4.hpp"
+
109 
+
110 #include "trigonometric.hpp"
+
111 #include "exponential.hpp"
+
112 #include "common.hpp"
+
113 #include "packing.hpp"
+
114 #include "geometric.hpp"
+
115 #include "matrix.hpp"
+
116 #include "vector_relational.hpp"
+
117 #include "integer.hpp"
Core features
Core features
Core features
diff --git a/doc/api/a00045_source.html b/doc/api/a00045_source.html index b59ed608..86da82d5 100644 --- a/doc/api/a00045_source.html +++ b/doc/api/a00045_source.html @@ -141,7 +141,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
52 # the logo to the output directory.
53 
-
54 PROJECT_LOGO = G:/Source/G-Truc/glm/doc/logo.png
+
54 PROJECT_LOGO = G:/Source/G-Truc/glm/doc/manual/logo-mini.png
55 
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
57 # into which the generated documentation will be written. If a relative path is
diff --git a/doc/api/a00078.html b/doc/api/a00078.html new file mode 100644 index 00000000..75c765a3 --- /dev/null +++ b/doc/api/a00078.html @@ -0,0 +1,121 @@ + + + + + + +0.9.9 API documenation: perpendicular.hpp File Reference + + + + + + + + + + +
+
+ + + + + + + +
+
0.9.9 API documenation +
+
+
+ + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
perpendicular.hpp File Reference
+
+
+ +

GLM_GTX_perpendicular +More...

+ +

Go to the source code of this file.

+ + + + + + +

+Functions

template<typename genType >
GLM_FUNC_DECL genType perp (genType const &x, genType const &Normal)
 Projects x a perpendicular axis of Normal. More...
 
+

Detailed Description

+

GLM_GTX_perpendicular

+
See also
Core features (dependence)
+
+GLM_GTX_projection (dependence)
+ +

Definition in file perpendicular.hpp.

+
+ + + + diff --git a/doc/api/a00078_source.html b/doc/api/a00078_source.html index ae478fd9..7ef23ec2 100644 --- a/doc/api/a00078_source.html +++ b/doc/api/a00078_source.html @@ -88,8 +88,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
pages.doxy
-
1 
-
+