Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ParcelDimensions ¶
type ParcelDimensions struct { Height float64 `json:"height"` Width float64 `json:"width"` Length float64 `json:"length"` }
func GetStackedParcelDimensions ¶
func GetStackedParcelDimensions(parcels []ParcelDimensions) ParcelDimensions
GetStackedParcelDimensions sorts the parcels so and stacks them
Click to show internal directories.
Click to hide internal directories.