Euclidean2DPosition

open fun Euclidean2DPosition(xp: Double, yp: Double)

Parameters

xp

The X coordinate

yp

The Y coordinate


open fun Euclidean2DPosition(c: Array<Double>)

Parameters

c

an array of length 2 containing the coordinates