From d69aa08187a97ca806b183a5b00dff1f3eee3b04 Mon Sep 17 00:00:00 2001 From: morgan Date: Sat, 16 May 2015 12:29:37 +0200 Subject: [PATCH] Small documentation mistake in intersect.hpp, plane instead of triangle. --- glm/gtx/intersect.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtx/intersect.hpp b/glm/gtx/intersect.hpp index ef3d42d1..d35b4c54 100644 --- a/glm/gtx/intersect.hpp +++ b/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