Revision: 76841
http://sourceforge.net/p/brlcad/code/76841
Author: starseeker
Date: 2020-08-19 01:24:19 +0000 (Wed, 19 Aug 2020)
Log Message:
-----------
Experience with CDT proved it is better to implement convex hull functions in
such a way that the decision of whether to allocate new arrays for vertices is
left to the caller. Will need to change function signatures, and provide
separatew utility functions that package up that bookkeeping.
Modified Paths:
--------------
brlcad/trunk/CHANGES
Modified: brlcad/trunk/CHANGES
===================================================================
--- brlcad/trunk/CHANGES 2020-08-19 01:05:00 UTC (rev 76840)
+++ brlcad/trunk/CHANGES 2020-08-19 01:24:19 UTC (rev 76841)
@@ -127,6 +127,16 @@
Items marked with a "'" (single quote) are undocumented and may be
removed at any time.
+7.32
+----
+include/bg/chull.h
+ All functions returning point arrays instead of index arrays.
+ Will be replaced by similarly named functions returning
+ indexes into provided points array, to allow the caller
+ to decide if new arrays are needed. [deprecated 7.32]
+ bg_polyline_2d_chull, bg_2d_chull, bg_3d_coplanar_chull,
+ bg_3d_chull
+
7.30
----
~/.density
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