Revision: 76188
          http://sourceforge.net/p/brlcad/code/76188
Author:   starseeker
Date:     2020-06-23 19:22:54 +0000 (Tue, 23 Jun 2020)
Log Message:
-----------
Note that plane.h really isn't a numerics API - needs to be migrated to libbg 
now that it exists.  Probably there are others to move as well - clip.h and 
vlist.h are obvious candidates.

Modified Paths:
--------------
    brlcad/trunk/include/bn/plane.h

Modified: brlcad/trunk/include/bn/plane.h
===================================================================
--- brlcad/trunk/include/bn/plane.h     2020-06-23 16:59:35 UTC (rev 76187)
+++ brlcad/trunk/include/bn/plane.h     2020-06-23 19:22:54 UTC (rev 76188)
@@ -24,6 +24,10 @@
  * @brief
  * Plane structures (from src/librt/plane.h) and plane/line/point calculations
  *
+ * TODO - this API needs to be migrated to libbg as a geometry related API, and
+ * perhaps simplified.  A lot of the closest point calculations, for example,
+ * should probably just concern themselves with the calculation itself and
+ * leave any tolerance based questions to a separate step.
  */
 /** @{ */
 /* @file plane.h */

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