toggle menu
alchemist
35.0.1
jvm
switch theme
search in API
alchemist-graphql-surrogates
/
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
)
(
source
)
Parameters
x
the x coordinate of the position.
y
the y coordinate of the position.