pub type igraph_metric_t = c_uint;Expand description
\typedef igraph_metric_t \brief Metric functions for use with spatial computation.
\enumval IGRAPH_METRIC_EUCLIDEAN The Euclidean distance, i.e. L2 metric. \enumval IGRAPH_METRIC_MANHATTAN The Manhattan distance, i.e. L1 metric.