alchemist
alchemist
/
it.unibo.alchemist.loader.shapes
/
Rectangle
Rectangle
open
class
Rectangle
<
P
:
Position2D
<
P
>
?
>
:
Abstract2DShape
<
P
>
Content copied to clipboard
A Rectangle.
Constructors
Functions
Parameters
Parameters
<P>
position type
Constructors
Rectangle
Link copied to clipboard
open
fun
Rectangle
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
)
Content copied to clipboard
Functions
contains
Link copied to clipboard
fun
contains
(
position
:
P
)
:
Boolean
Content copied to clipboard
abstract
fun
contains
(
position
:
P
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard