Rotation ======== Items ----- BoxPacker gives you full control of how (or if) an individual item may be rotated to fit into a box, controlled via the ``getAllowedRotation()`` method on the ``BoxPacker\Item`` interface. Best fit ^^^^^^^^ To allow an item to be placed in any orientation. .. code-block:: php packAcrossWidthOnly(); $packedBox = $volumePacker->pack();