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.