Prechádzať zdrojové kódy

Merge pull request #467 from svenstaro/patch-2

Fix wrong docs #467
Christophe R 10 rokov pred
rodič
commit
d94b0b7971
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      glm/gtx/transform.hpp

+ 1 - 1
glm/gtx/transform.hpp

@@ -64,7 +64,7 @@ namespace glm
 	GLM_FUNC_DECL tmat4x4<T, P> translate(
 		tvec3<T, P> const & v);
 
-	/// Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in degrees. 
+	/// Builds a rotation 4 * 4 matrix created from an axis of 3 scalars and an angle expressed in radians. 
 	/// @see gtc_matrix_transform
 	/// @see gtx_transform
 	template <typename T, precision P>