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
/
fromBounds
from
Bounds
fun
fromBounds
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
:
Rectangle
fun
fromBounds
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
:
Rectangle
fun
fromBounds
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
:
Rectangle
fun
fromBounds
(
point1
:
Point
,
point2
:
Point
)
:
Rectangle
inline
fun
fromBounds
(
left
:
Number
,
top
:
Number
,
right
:
Number
,
bottom
:
Number
)
:
Rectangle