toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.binpack
/
BinPacker
/
Result
Result
class
Result
<
T
>
(
val
maxWidth
:
Double
,
val
maxHeight
:
Double
,
val
items
:
List
<
Pair
<
T
,
Rectangle
?
>
>
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
maxWidth
:
Double
,
maxHeight
:
Double
,
items
:
List
<
Pair
<
T
,
Rectangle
?
>
>
)
Properties
height
Link copied to clipboard
val
height
:
Double
items
Link copied to clipboard
val
items
:
List
<
Pair
<
T
,
Rectangle
?
>
>
max
Height
Link copied to clipboard
val
maxHeight
:
Double
max
Width
Link copied to clipboard
val
maxWidth
:
Double
rects
Link copied to clipboard
val
rects
:
List
<
Rectangle
?
>
rects
Str
Link copied to clipboard
val
rectsStr
:
String
width
Link copied to clipboard
val
width
:
Double