toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
SizeInt
Size
Int
data
class
SizeInt
(
val
width
:
Int
,
val
height
:
Int
)
Members
Members & Extensions
Constructors
Size
Int
Link copied to clipboard
constructor
(
)
constructor
(
width
:
Int
,
height
:
Int
)
Properties
area
Link copied to clipboard
val
area
:
Int
height
Link copied to clipboard
val
height
:
Int
perimeter
Link copied to clipboard
val
perimeter
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
apply
Scale
Mode
Link copied to clipboard
fun
SizeInt
.
applyScaleMode
(
container
:
SizeInt
,
mode
:
ScaleMode
)
:
SizeInt
fun
SizeInt
.
applyScaleMode
(
container
:
RectangleInt
,
mode
:
ScaleMode
,
anchor
:
Anchor
)
:
RectangleInt
avg
Component
Link copied to clipboard
fun
avgComponent
(
)
:
Int
div
Link copied to clipboard
operator
fun
div
(
other
:
SizeInt
)
:
SizeInt
operator
fun
div
(
s
:
Double
)
:
SizeInt
operator
fun
div
(
s
:
Float
)
:
SizeInt
operator
fun
div
(
s
:
Int
)
:
SizeInt
fit
To
Link copied to clipboard
fun
SizeInt
.
fitTo
(
container
:
SizeInt
)
:
SizeInt
max
Component
Link copied to clipboard
fun
maxComponent
(
)
:
Int
min
Component
Link copied to clipboard
fun
minComponent
(
)
:
Int
minus
Link copied to clipboard
operator
fun
minus
(
other
:
SizeInt
)
:
SizeInt
plus
Link copied to clipboard
operator
fun
plus
(
other
:
SizeInt
)
:
SizeInt
times
Link copied to clipboard
operator
fun
times
(
scale
:
Scale
)
:
SizeInt
operator
fun
times
(
scale
:
Vector2F
)
:
SizeInt
operator
fun
times
(
s
:
Double
)
:
SizeInt
operator
fun
times
(
s
:
Float
)
:
SizeInt
operator
fun
times
(
s
:
Int
)
:
SizeInt
to
Double
Link copied to clipboard
fun
SizeInt
.
toDouble
(
)
:
Size
to
Float
Link copied to clipboard
fun
SizeInt
.
toFloat
(
)
:
Size
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
Vector
Link copied to clipboard
fun
SizeInt
.
toVector
(
)
:
Vector2I
unary
Minus
Link copied to clipboard
operator
fun
unaryMinus
(
)
:
SizeInt
unary
Plus
Link copied to clipboard
operator
fun
unaryPlus
(
)
:
SizeInt