angle_xy_to_hat
- PlasmaCalcs.quantities.patterns.vector_arithmetic.angle_xy_to_hat(A)
return unit vector u, given angle [radians] between +xhat and u in the xy plane.
Equivalent: cos(A) * xhat + sin(A) * yhat.[Implementation currently just returns xarray_angle_xy_to_hat(A)]