Revision: 53721
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53721&view=rev
Author:   carlmoore
Date:     2012-11-15 21:48:02 +0000 (Thu, 15 Nov 2012)
Log Message:
-----------
fix spelling, and I had to find Franklin Antonio in a web search

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tri_tri.c

Modified: brlcad/trunk/src/libbn/tri_tri.c
===================================================================
--- brlcad/trunk/src/libbn/tri_tri.c    2012-11-15 21:45:59 UTC (rev 53720)
+++ brlcad/trunk/src/libbn/tri_tri.c    2012-11-15 21:48:02 UTC (rev 53721)
@@ -86,7 +86,7 @@
     else smallest=0;
 
 
-/* this edge to edge test is based on Franlin Antonio's gem:
+/* this edge to edge test is based on Franklin Antonio's gem:
    "Faster Line Segment Intersection", in Graphics Gems III,
    pp. 199-202 */
 #define EDGE_EDGE_TEST(V0, U0, U1)                      \
@@ -153,7 +153,7 @@
 #define POINT_IN_TRI(V0, U0, U1, U2)           \
     {                                           \
        fastf_t a, b, c, d0, d1, d2;                     \
-       /* is T1 completly inside T2? */          \
+       /* is T1 completely inside T2? */          \
        /* check if V0 is inside tri(U0, U1, U2) */ \
        a=U1[i1]-U0[i1];                          \
        b=-(U1[i0]-U0[i0]);                       \

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to