Nuclex.Support/Source/Packing
Markus Ewald 02cea246b5 Removed wasted space determination code entirely - it'll be in my repository should I ever want to see it again ;)
git-svn-id: file:///srv/devel/repo-conversion/nusu@26 d2e56fa2-650e-0410-a79f-9358c0239efd
2007-05-22 21:09:00 +00:00
..
ArevaloRectanglePacker.cs Finally disabled wasted area calculation for good in the 'cygon' packer because benchmarks show it as being counterproductive; implemented rectangle placement optimization as it is done in the original 'arevalo' packer - the C# version should now produce the exact identical results the C++ version does 2007-05-22 20:15:48 +00:00
ArevaloRectanglePacker.Test.cs Finally disabled wasted area calculation for good in the 'cygon' packer because benchmarks show it as being counterproductive; implemented rectangle placement optimization as it is done in the original 'arevalo' packer - the C# version should now produce the exact identical results the C++ version does 2007-05-22 20:15:48 +00:00
CygonRectanglePacker.cs Removed wasted space determination code entirely - it'll be in my repository should I ever want to see it again ;) 2007-05-22 21:09:00 +00:00
CygonRectanglePacker.Test.cs Finally disabled wasted area calculation for good in the 'cygon' packer because benchmarks show it as being counterproductive; implemented rectangle placement optimization as it is done in the original 'arevalo' packer - the C# version should now produce the exact identical results the C++ version does 2007-05-22 20:15:48 +00:00
RectanglePacker.cs Renamed Allocate() methods to Pack() in RectanglePacker; fixed an oversight in Nuclex.Support that made overlapping rectangles possible; reactivated wasted area calculation for 'cygon' rectangle packer 2007-05-21 19:04:48 +00:00
RectanglePacker.Test.cs Removed wasted space determination code entirely - it'll be in my repository should I ever want to see it again ;) 2007-05-22 21:09:00 +00:00
SimpleRectanglePacker.cs Made the scoring influence of wasted area for the "cygon" packer configurable 2007-05-22 17:57:20 +00:00
SimpleRectanglePacker.Test.cs Finally disabled wasted area calculation for good in the 'cygon' packer because benchmarks show it as being counterproductive; implemented rectangle placement optimization as it is done in the original 'arevalo' packer - the C# version should now produce the exact identical results the C++ version does 2007-05-22 20:15:48 +00:00