alchemist
Toggle table of contents
42.3.13
alldocs
Target filter
alldocs
Switch theme
Search in API
Skip to content
alchemist
alchemist
/
it.unibo.alchemist.boundary.graphql.schema.model.surrogates
/
Position2DSurrogate
/
Position2DSurrogate
Position2DSurrogate
alldocs
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.