Files
test/source
Martin Poirier 1b61771d9e Optimising transformations in PET mode.
Sorting elements in TransData array according to their distance. That means we can always stop loops when it finds the first element that doesn't apply. That makes PET factor calculation and actual transformations faster since it stops at the first element outside of the area.

The Sorting algo is a no swap version of quicksort using the start of each subset as the pivot (random would be better and easy to implement. Need 3 additional lines of code really).
2005-03-15 17:31:46 +00:00
..
2005-03-09 19:45:59 +00:00
2005-03-09 19:45:59 +00:00
2005-03-14 20:10:22 +00:00
2004-01-05 00:06:11 +00:00
2004-11-03 14:45:52 +00:00
2005-03-09 19:45:59 +00:00