Function necsim::distanceBetweenCells

Function Documentation

double necsim::distanceBetweenCells(const Cell &c1, const Cell &c2)

Calculates the distance between two cells.

Return
the distance between the two points
Parameters
  • c1: Cell containing one point
  • c2: Cell containing second point