mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Merge pull request #341 from morganbengtsson/master
Fixed Small documentation mistake in intersect.hpp, plane instead of triangle. #341
This commit is contained in:
commit
98a736bcf1
@ -55,7 +55,7 @@ namespace glm
|
|||||||
/// @addtogroup gtx_intersect
|
/// @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.
|
//! Ray direction and plane normal must be unit length.
|
||||||
//! From GLM_GTX_intersect extension.
|
//! From GLM_GTX_intersect extension.
|
||||||
template <typename genType>
|
template <typename genType>
|
||||||
|
Loading…
Reference in New Issue
Block a user