mp.tasks.vision.holistic_landmarker.base_vision_task_api.math.copysign

Return a float with the magnitude (absolute value) of x but the sign of y.

On platforms that support signed zeros, copysign(1.0, -0.0) returns -1.0.