korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.binpack
Package-level
declarations
Types
Types
Bin
Packer
Link copied to clipboard
class
BinPacker
(
val
size
:
Size
,
val
algo
:
BinPacker.Algo
=
MaxRects(size)
)
Max
Rects
Link copied to clipboard
class
MaxRects
(
maxSize
:
Size
)
:
BinPacker.Algo