negate_3d# regridding.math.negate_3d(a)[source]# Compute \(-a\) where \(a\) is a 3D vector. Parameters: a (tuple[float, float, float]) – A 3D vector. Return type: tuple[float, float, float]