- Timestamp:
- 07/12/16 18:02:28 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.BinPacking/old files/IRegularPackingShape.cs
r14042 r14043 25 25 ///A regularPackingShape has special geometric properties that allow special handling = Rectangle, Cuboid 26 26 public interface IRegularPackingShape : IPackingShape, IComparable { 27 int Volume { get; } 28 void ApplyHorizontalOrientation(); 27 29 28 } 30 29 }
Note: See TracChangeset
for help on using the changeset viewer.