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
/
Rectangle
/
Companion
/
invoke
invoke
operator
fun
invoke
(
)
:
Rectangle
operator
fun
invoke
(
p
:
Point
,
s
:
Size
)
:
Rectangle
operator
fun
invoke
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
:
Rectangle
operator
fun
invoke
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
:
Rectangle
operator
fun
invoke
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
Rectangle
inline operator
fun
invoke
(
x
:
Number
,
y
:
Number
,
width
:
Number
,
height
:
Number
)
:
Rectangle