givens_rotate# sofia_redux.toolkit.splines.spline_utils.givens_rotate(cos, sin, x, y)[source]# Apply the Givens transformation to a value. Parameters: cosfloat sinfloat xfloat yfloat Returns: x_rotated, y_rotated