Fixed typo in documentation
A typo in acos function description is changed.
This commit is contained in:
parent
23e0701c04
commit
1f4ef63d00
@ -96,7 +96,7 @@ namespace glm
|
|||||||
template<length_t L, typename T, qualifier Q>
|
template<length_t L, typename T, qualifier Q>
|
||||||
GLM_FUNC_DECL vec<L, T, Q> asin(vec<L, T, Q> const& x);
|
GLM_FUNC_DECL vec<L, T, Q> asin(vec<L, T, Q> const& x);
|
||||||
|
|
||||||
/// Arc cosine. Returns an angle whose sine is x.
|
/// Arc cosine. Returns an angle whose cosine is x.
|
||||||
/// The range of values returned by this function is [0, PI].
|
/// The range of values returned by this function is [0, PI].
|
||||||
/// Results are undefined if |x| > 1.
|
/// Results are undefined if |x| > 1.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user