Moves a node in the mesh to the specified (x,y,z) coordinates. Roughly equivalent to (but potentially more efficient than) first removing and then adding the node to the mesh at the specified coordinates. However, if the node is not in the mesh, then it will be moved, but not added to the mesh. Also
(Node node, float x, float y, float z)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected