Weight a graph.
[Go] = NL_G_GraphEdgesLength(G)
Graph.
Output graph.
NL_G_GraphEdgesLength transforms the graph G into the weighted graph where the Euclidian distance between the extreme nodes of all edges is used. These weights are stored in Go.edge_length. They are needed during the paths performance between graph entities.