MinimumSpanningTree Command
- MinimumSpanningTree( <List of Points> )
-
Returns the minimum spanning tree of a complete graph on given vertices in which weight of edge (u,v) is the Euclidian distance between u and v. The resulting object is a locus.
Returns the minimum spanning tree of a complete graph on given vertices in which weight of edge (u,v) is the Euclidian distance between u and v. The resulting object is a locus.