Răsfoiți Sursa

Merge pull request #341 from morganbengtsson/master

Fixed Small documentation mistake in intersect.hpp, plane instead of triangle. #341
Christophe Riccio 10 ani în urmă
părinte
comite
98a736bcf1
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      glm/gtx/intersect.hpp

+ 1 - 1
glm/gtx/intersect.hpp

@@ -55,7 +55,7 @@ namespace glm
 	/// @addtogroup gtx_intersect
 	/// @{
 
-	//! Compute the intersection of a ray and a triangle.
+	//! Compute the intersection of a ray and a plane.
 	//! Ray direction and plane normal must be unit length.
 	//! From GLM_GTX_intersect extension.
 	template <typename genType>