Revision: 76843
          http://sourceforge.net/p/brlcad/code/76843
Author:   starseeker
Date:     2020-08-19 01:44:46 +0000 (Wed, 19 Aug 2020)
Log Message:
-----------
Fix comment

Modified Paths:
--------------
    brlcad/trunk/include/bg/tri_pt.h

Modified: brlcad/trunk/include/bg/tri_pt.h
===================================================================
--- brlcad/trunk/include/bg/tri_pt.h    2020-08-19 01:36:00 UTC (rev 76842)
+++ brlcad/trunk/include/bg/tri_pt.h    2020-08-19 01:44:46 UTC (rev 76843)
@@ -39,8 +39,9 @@
 
 __BEGIN_DECLS
 
-/* The parameter closest_pt is optional = if supplied, it will hold the 
closest point found.
- * The return value is the stance between TP and closest_pt */
+/* The parameter closest_pt is optional = if supplied, it will hold the closest
+ * point found.  The return value is the distance between TP and the closest_pt
+ * to TP on the triangle. */
 BG_EXPORT extern double bg_tri_closest_pt(
        point_t *closest_pt,
        const point_t TP,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to