moveNodeToPosition

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

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