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
/
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