mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Fixed bad merge
This commit is contained in:
parent
6271aa1530
commit
61e8432634
@ -30,11 +30,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType sec(genType angle);
|
||||
|
||||
/// Cosecant function.
|
||||
@ -52,11 +48,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType cot(genType angle);
|
||||
|
||||
/// Inverse secant function.
|
||||
@ -65,11 +57,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType asec(genType x);
|
||||
|
||||
/// Inverse cosecant function.
|
||||
@ -78,11 +66,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType acsc(genType x);
|
||||
|
||||
/// Inverse cotangent function.
|
||||
@ -91,11 +75,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType acot(genType x);
|
||||
|
||||
/// Secant hyperbolic function.
|
||||
@ -103,11 +83,7 @@ namespace glm
|
||||
/// @tparam genType Floating-point scalar or vector types.
|
||||
///
|
||||
/// @see gtc_reciprocal
|
||||
<<<<<<< HEAD
|
||||
template <typename genType>
|
||||
=======
|
||||
template <typename genType>
|
||||
>>>>>>> 0.9.7
|
||||
GLM_FUNC_DECL genType sech(genType angle);
|
||||
|
||||
/// Cosecant hyperbolic function.
|
||||
|
Loading…
Reference in New Issue
Block a user