moveNodeToPosition

open fun moveNodeToPosition(node: Node<T>, newpos: P)

Subclasses may override this method if they want to change the way a node moves towards some absolute position.