package documentation

Routines useful for geometry

Module bounding_box No module docstring; 0/4 type variable, 0/1 constant, 1/1 class documented
Package shape Shapes for use with geometry package

From __init__.py:

Function euclidean_metric Undocumented
Function taxicab_metric Undocumented
def euclidean_metric(p1: np.ndarray, p2: np.ndarray, axis: float = -1):

Undocumented

def taxicab_metric(p1: np.ndarray, p2: np.ndarray, axis: float = -1):

Undocumented