makePosition

abstract fun makePosition(vararg coordinates: Number): P
open fun makePosition(coordinates: List<Number>): P

Given the coordinates of the point, returns a Position compatible with this environment.