mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
spelling: than
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -53,7 +53,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> sign(vec<L, T, Q> const& x);
|
GLM_FUNC_DECL vec<L, T, Q> sign(vec<L, T, Q> const& x);
|
||||||
|
|
||||||
/// Returns a value equal to the nearest integer that is less then or equal to x.
|
/// Returns a value equal to the nearest integer that is less than or equal to x.
|
||||||
///
|
///
|
||||||
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
/// @tparam L Integer between 1 and 4 included that qualify the dimension of the vector
|
||||||
/// @tparam T Floating-point scalar types
|
/// @tparam T Floating-point scalar types
|
||||||
|
|||||||
Reference in New Issue
Block a user