|
@@ -30,11 +30,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType sec(genType angle);
|
|
GLM_FUNC_DECL genType sec(genType angle);
|
|
|
|
|
|
|
|
/// Cosecant function.
|
|
/// Cosecant function.
|
|
@@ -52,11 +48,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType cot(genType angle);
|
|
GLM_FUNC_DECL genType cot(genType angle);
|
|
|
|
|
|
|
|
/// Inverse secant function.
|
|
/// Inverse secant function.
|
|
@@ -65,11 +57,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType asec(genType x);
|
|
GLM_FUNC_DECL genType asec(genType x);
|
|
|
|
|
|
|
|
/// Inverse cosecant function.
|
|
/// Inverse cosecant function.
|
|
@@ -78,11 +66,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType acsc(genType x);
|
|
GLM_FUNC_DECL genType acsc(genType x);
|
|
|
|
|
|
|
|
/// Inverse cotangent function.
|
|
/// Inverse cotangent function.
|
|
@@ -91,11 +75,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType acot(genType x);
|
|
GLM_FUNC_DECL genType acot(genType x);
|
|
|
|
|
|
|
|
/// Secant hyperbolic function.
|
|
/// Secant hyperbolic function.
|
|
@@ -103,11 +83,7 @@ namespace glm
|
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
/// @tparam genType Floating-point scalar or vector types.
|
|
|
///
|
|
///
|
|
|
/// @see gtc_reciprocal
|
|
/// @see gtc_reciprocal
|
|
|
-<<<<<<< HEAD
|
|
|
|
|
- template <typename genType>
|
|
|
|
|
-=======
|
|
|
|
|
template <typename genType>
|
|
template <typename genType>
|
|
|
->>>>>>> 0.9.7
|
|
|
|
|
GLM_FUNC_DECL genType sech(genType angle);
|
|
GLM_FUNC_DECL genType sech(genType angle);
|
|
|
|
|
|
|
|
/// Cosecant hyperbolic function.
|
|
/// Cosecant hyperbolic function.
|