makePosition

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.