fromVector

open fun fromVector(vector: Vector2d): Vector2d

Return

the Cartesian vector representation of the Robot vector

Parameters

vector

the Robot vector to convert to Cartesian form


open fun fromVector(x: Double, y: Double): Vector2d

Return

the Cartesian vector representation of the Robot vector

Parameters

x

the Robot x coordinate

y

the Robot y coordinate