← Back to team overview

yade-dev team mailing list archive

Re: TesselationWrapper questions

 

Another note : the insertion function of TWrapper is not optimal. 
There is now a faster function insert(iterator start, iterator end),. 
It uses?... insertion sort!
Actually, it is not insertion sort but Hilbert sort.
I implemented an insert(Scene& scene) using cgal's Hilbert sort for faster construction of big points sets. Documentation is updated here (not much more than in TW header for now ) : https://yade-dem.org/index.php/Triangulation.
Bruno




References