dot_3d# regridding.math.dot_3d(a, b)[source]# Compute the scalar product \(a \cdot b\) between two 3D vectors \(a\) and \(b\). Parameters: a (tuple[float, float, float]) – A 3D vector. b (tuple[float, float, float]) – Another 3D vector. Return type: float