From 279306b9f7861794a89b31875729a6074a85dd97 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 8 Jun 2007 07:40:40 +0000 Subject: [PATCH] Corrected error in the comment to method IntersectionSphereTriangle --- vcg/space/intersection3.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/space/intersection3.h b/vcg/space/intersection3.h index 46278c24..2cac0ead 100644 --- a/vcg/space/intersection3.h +++ b/vcg/space/intersection3.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.33 2007/06/07 15:16:39 fiorin +Added IntersectionSphereTriangle + Revision 1.32 2007/05/29 14:33:29 fiorin Added IntersectionSegmentSphere @@ -241,7 +244,7 @@ namespace vcg { * Compute the intersection between a sphere and a triangle. * \param[in] sphere the input sphere * \param[in] triangle the input triangle - * \param[out] witness if intersection is detected, it is the point on the triangle nearest to the center of the sphere + * \param[out] witness it is the point on the triangle nearest to the center of the sphere (even when there isn't intersection) * \param[out] res if not null, in the first item is stored the minimum distance between the triangle and the sphere, * while in the second item is stored the penetration depth * \return true iff there is an intersection between the sphere and the triangle