alchemist
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist
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.