Position2DSurrogate
data class Position2DSurrogate(val x: Double, val y: Double, val coordinates: List<Double> = listOf(x, y), val dimensions: Int = 2) : PositionSurrogate
A 2D surrogate for a Position object.
Parameters
x
the x coordinate of the position.
y
the y coordinate of the position.
Constructors
Properties
Functions
Link copied to clipboard
Converts this surrogate to a PositionInput object.