move Node To Position
open override fun moveNodeToPosition(node: Node<T>, newPosition: Euclidean2DPosition)
Content copied to clipboard
Moves the node to the farthestPositionReachable towards the desired newPosition. If the node is shapeless, it is simply moved to newPosition.