pycoalescence
release
pycoalescence
necsim
Simulating and generating landscapes
Merging simulation outputs
Example simulations and analysis using pycoalescence
Modules
pycoalescence package
necsim package
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
pycoalescence
Docs
»
necsim
»
Function necsim::distanceBetweenCells
Edit on Bitbucket
Function necsim::distanceBetweenCells
¶
Defined in
File Cell.cpp
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