korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
ScaleMode
Scale
Mode
class
ScaleMode
(
val
name
:
String
?
=
null
,
val
transform
:
(
Size
,
Size
)
->
Size
)
Members
Constructors
Scale
Mode
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
transform
:
(
Size
,
Size
)
->
Size
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
?
transform
Link copied to clipboard
val
transform
:
(
Size
,
Size
)
->
Size
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
item
:
Size
,
container
:
Size
)
:
Size
operator
fun
invoke
(
item
:
SizeInt
,
container
:
SizeInt
)
:
SizeInt
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String