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
/
ImageDoNotFitException
Image
Do
Not
Fit
Exception
class
ImageDoNotFitException
(
val
width
:
Double
,
val
height
:
Double
,
val
packer
:
BinPacker
)
:
Throwable
Members
Constructors
Image
Do
Not
Fit
Exception
Link copied to clipboard
constructor
(
width
:
Double
,
height
:
Double
,
packer
:
BinPacker
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
height
Link copied to clipboard
val
height
:
Double
message
Link copied to clipboard
expect
open
val
message
:
String
?
packer
Link copied to clipboard
val
packer
:
BinPacker
width
Link copied to clipboard
val
width
:
Double