delta.utilities.eucl¶
- delta.utilities.eucl(p1: ndarray[Any, dtype[Any]], p2: ndarray[Any, dtype[Any]]) float¶
Euclidean point to point distance
- Parameters
- p11D array
Coordinates of first point.
- p21D array
Coordinates of second point.
- Returns
- float
Euclidean distance between p1 and p2.