alchemist-full
Toggle table of contents
37.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
alchemist-full
alchemist-api
/
it.unibo.alchemist.model
/
Environment
/
makePosition
make
Position
abstract
fun
makePosition
(
vararg
coordinates
:
Number
)
:
P
(
source
)
open
fun
makePosition
(
coordinates
:
List
<
Number
>
)
:
P
(
source
)
Given the
coordinates
of the point, returns a
Position
compatible with this environment.