diff --git a/item.go b/item.go index c4d0981..0819a4a 100644 --- a/item.go +++ b/item.go @@ -65,6 +65,10 @@ func (i *Item) GetWeight() float64 { return i.weight } +func (i *Item) GetPosition() Pivot { + return i.position +} + //nolint:nonamedreturns func (i *Item) GetDimension() (d Dimension) { switch i.rotationType {