Fixed typos

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent 0d17a5ca86
commit f2142edd70
  1. 4
      glm/gtx/random.hpp
  2. 3
      test/gtx/gtx_simd_mat4.cpp

@ -29,8 +29,8 @@ namespace gtx
/// @addtogroup gtx_random
/// @{
//! Generate a random number in the interval [-1, 1], according a linear distribution.
//! From GLM_GTX_random extension.
/// Generate a random number in the interval [-1, 1], according a linear distribution.
/// From GLM_GTX_random extension.
template <typename T> T signedRand1();
template <> float signedRand1(); //!< \brief Generate a random number in the interval [-1, 1], according a linear distribution (From GLM_GTX_random extension)

@ -10,9 +10,9 @@
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/quaternion.hpp>
#include <glm/gtx/random.hpp>
#include <glm/gtx/simd_vec4.hpp>
#include <glm/gtx/simd_mat4.hpp>
#include <glm/gtx/random.hpp>
#include <iostream>
#include <cstdio>
#include <ctime>
@ -285,3 +285,4 @@ int main()
return Error;
}

Loading…
Cancel
Save