|
|
@@ -34,7 +34,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or signed integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/abs.xml">GLSL abs man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -45,7 +45,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sign.xml">GLSL sign man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -56,7 +56,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/floor.xml">GLSL floor man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -68,7 +68,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/trunc.xml">GLSL trunc man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -83,7 +83,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -96,7 +96,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/roundEven.xml">GLSL roundEven man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -109,7 +109,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/ceil.xml">GLSL ceil man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -129,7 +129,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/fract.xml">GLSL fract man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -151,7 +151,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -163,7 +163,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -195,7 +195,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/min.xml">GLSL min man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -206,7 +206,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/min.xml">GLSL min man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -226,7 +226,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/max.xml">GLSL max man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -237,7 +237,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/max.xml">GLSL max man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -259,7 +259,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/clamp.xml">GLSL clamp man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -271,7 +271,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point or integer scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/clamp.xml">GLSL clamp man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -340,7 +340,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/step.xml">GLSL step man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -351,7 +351,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/step.xml">GLSL step man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -391,7 +391,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/isnan.xml">GLSL isnan man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -406,7 +406,7 @@ namespace glm
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
/// @tparam T Floating-point scalar types
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/isinf.xml">GLSL isinf man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -426,7 +426,7 @@ namespace glm
|
|
|
/// value's bit-level representation is preserved.
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/floatBitsToInt.xml">GLSL floatBitsToInt man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -446,7 +446,7 @@ namespace glm
|
|
|
/// value's bit-level representation is preserved.
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/floatBitsToUint.xml">GLSL floatBitsToUint man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -470,7 +470,7 @@ namespace glm
|
|
|
/// the bit-level representation is preserved.
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/intBitsToFloat.xml">GLSL intBitsToFloat man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|
|
|
@@ -494,7 +494,7 @@ namespace glm
|
|
|
/// the bit-level representation is preserved.
|
|
|
///
|
|
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
|
|
- /// @tparam P Value from qualifier enum
|
|
|
+ /// @tparam Q Value from qualifier enum
|
|
|
///
|
|
|
/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/uintBitsToFloat.xml">GLSL uintBitsToFloat man page</a>
|
|
|
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.3 Common Functions</a>
|