Revision: 69061
          http://sourceforge.net/p/brlcad/code/69061
Author:   starseeker
Date:     2016-10-14 15:25:28 +0000 (Fri, 14 Oct 2016)
Log Message:
-----------
We eventually need to decide how to merge rt_in_rpp and ray_in_rpp - add a 
comment so that is clear.  Needs a bit of design work first so we know what the 
'correct' solution will be - libbg, or something else...

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c   2016-10-14 15:05:55 UTC 
(rev 69060)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_inter.c   2016-10-14 15:25:28 UTC 
(rev 69061)
@@ -2000,6 +2000,11 @@
     return discards;
 }
 
+
+/* TODO - this struct and ray_in_rpp are versions of librt functionality,
+ * and we need to think about how/where to merge them into a common function
+ * and struct that are available to both libraries without introducing a
+ * coupling dependency. */
 struct nmg_ray {
     point_t             r_pt;           /**< @brief Point at which ray starts 
*/
     vect_t              r_dir;          /**< @brief Direction of ray (UNIT 
Length) */

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to