Rotate a 3-d position about the z axis.
Positive rotation is from x to y (the usual right-hand rule).
tuple
float
x, y, z position.
Angle in radians.
numpy.ndarray
Rotated x,y,z position.
rot_about_z()