Given pointers S
and D
to two lists of MicroSite
objects,
Calculate the Euclidean distance matrix between them.
MicroKernel_DistanceMat(S, D)
S | pointer to list of starting sites (for example, Landscape$get_AquaSites()) |
---|---|
D | pointer to list of destination sites |
matrix