Changeset 14128 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/BinPacking2D.cs
- Timestamp:
- 07/20/16 14:02:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/BinPacking2D.cs
r14055 r14128 66 66 67 67 //Find ExtremePoints beginning from sourcepointY 68 var sourcePointY = new PackingPosition(0, position.X, position.Y + new Item.Height);68 var sourcePointY = new PackingPosition(0, position.X, position.Y + newHeight); 69 69 if (sourcePointY.X < BinMeasures.Width && sourcePointY.Y < BinMeasures.Height) { 70 70 //Traversing down the x-axis
Note: See TracChangeset
for help on using the changeset viewer.