toggle menu
core
0.44.1
js
switch theme
search in API
core
/
de.peekandpoke.kraft.utils
/
Rectangle
Rectangle
js
data
class
Rectangle
(
val
x1
:
Double
,
val
y1
:
Double
,
val
width
:
Double
,
val
height
:
Double
)
Members
Constructors
Rectangle
Link copied to clipboard
js
constructor
(
x1
:
Double
,
y1
:
Double
,
width
:
Double
,
height
:
Double
)
Properties
bottom
Left
Link copied to clipboard
js
val
bottomLeft
:
Vector2D
bottom
Right
Link copied to clipboard
js
val
bottomRight
:
Vector2D
height
Link copied to clipboard
js
val
height
:
Double
top
Left
Link copied to clipboard
js
val
topLeft
:
Vector2D
top
Right
Link copied to clipboard
js
val
topRight
:
Vector2D
width
Link copied to clipboard
js
val
width
:
Double
x1
Link copied to clipboard
js
val
x1
:
Double
y1
Link copied to clipboard
js
val
y1
:
Double