toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.boundary.graphql.schema.model.surrogates
/
Position2DSurrogate
/
Position2DSurrogate
Position2DSurrogate
constructor
(
x
:
Double
,
y
:
Double
,
coordinates
:
List
<
Double
>
=
listOf(x, y)
,
dimensions
:
Int
=
2
)
Parameters
x
the x coordinate of the position.
y
the y coordinate of the position.