toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
RectangleI
/
Companion
Companion
object
Companion
Members
Functions
from
Bounds
Link copied to clipboard
fun
fromBounds
(
topLeft
:
Vector2I
,
bottomRight
:
Vector2I
)
:
RectangleInt
fun
fromBounds
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
:
RectangleInt
union
Link copied to clipboard
fun
union
(
a
:
RectangleInt
,
b
:
RectangleInt
)
:
RectangleInt