Browse Source

Improved documentation #836

Christophe Riccio 6 years ago
parent
commit
3c28cc459a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      glm/gtx/projection.hpp

+ 3 - 0
glm/gtx/projection.hpp

@@ -30,6 +30,9 @@ namespace glm
 
 	/// Projects x on Normal.
 	///
+	/// @param[in] x A vector to project
+	/// @param[in] Normal A normal that doesn't need to be of unit length.
+	///
 	/// @see gtx_projection
 	template<typename genType>
 	GLM_FUNC_DECL genType proj(genType const& x, genType const& Normal);