Revision: 51748
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51748&view=rev
Author:   starseeker
Date:     2012-08-01 23:21:12 +0000 (Wed, 01 Aug 2012)
Log Message:
-----------
Add a note to add more sensitive tests to the coplanar tri tests.

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tests/CMakeLists.txt

Modified: brlcad/trunk/src/libbn/tests/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/libbn/tests/CMakeLists.txt 2012-08-01 23:13:11 UTC (rev 
51747)
+++ brlcad/trunk/src/libbn/tests/CMakeLists.txt 2012-08-01 23:21:12 UTC (rev 
51748)
@@ -10,6 +10,9 @@
 # flag tells the function whether or not to require non-zero area for an
 # overlap in coplanar cases.
 
+# TODO - need some tests with floating point vertices that are down around the 
EPSILON threshold - that's
+# where the NEAR_ZERO components of the bn_coplanar_tri_tri_isect logic become 
important.
+
 add_test(bn_coplanar_tri_tri_isect_null_noarea   
tester_bn_coplanar_tri_tri_isect  0,0,0 1,0,0 1,1,0  1.00001,0,0 2,0,0 
1.00001,1,0  0  0) 
 add_test(bn_coplanar_tri_tri_isect_vertex_noarea 
tester_bn_coplanar_tri_tri_isect  0,0,0 1,0,0 1,1,0  1.00001,0,0 2,0,0 1,1,0    
    0  1)
 add_test(bn_coplanar_tri_tri_isect_edge_noarea   
tester_bn_coplanar_tri_tri_isect  0,0,0 1,0,0 1,1,0  1,0,0       2,0,0 1,1,0    
    0  1)

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to