toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
RectangleD
/
Companion
Companion
object
Companion
Members
Properties
INFINITE
Link copied to clipboard
val
INFINITE
:
RectangleD
Na
N
Link copied to clipboard
val
NaN
:
RectangleD
NIL
Link copied to clipboard
val
NIL
:
RectangleD
ZERO
Link copied to clipboard
val
ZERO
:
RectangleD
Functions
from
Bounds
Link copied to clipboard
fun
fromBounds
(
point1
:
Point
,
point2
:
Point
)
:
Rectangle
fun
fromBounds
(
left
:
Double
,
top
:
Double
,
right
:
Double
,
bottom
:
Double
)
:
Rectangle
fun
fromBounds
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
:
Rectangle
fun
fromBounds
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
:
Rectangle
inline
fun
fromBounds
(
left
:
Number
,
top
:
Number
,
right
:
Number
,
bottom
:
Number
)
:
Rectangle
interpolated
Link copied to clipboard
fun
interpolated
(
a
:
Rectangle
,
b
:
Rectangle
,
ratio
:
Ratio
)
:
Rectangle
invoke
Link copied to clipboard
operator
fun
invoke
(
)
:
Rectangle
operator
fun
invoke
(
p
:
Point
,
s
:
Size
)
:
Rectangle
operator
fun
invoke
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
:
Rectangle
operator
fun
invoke
(
x
:
Float
,
y
:
Float
,
width
:
Float
,
height
:
Float
)
:
Rectangle
operator
fun
invoke
(
x
:
Int
,
y
:
Int
,
width
:
Int
,
height
:
Int
)
:
Rectangle
inline operator
fun
invoke
(
x
:
Number
,
y
:
Number
,
width
:
Number
,
height
:
Number
)
:
Rectangle
is
Contained
In
Link copied to clipboard
fun
isContainedIn
(
a
:
Rectangle
,
b
:
Rectangle
)
:
Boolean