atompy.Vector.rotated_around_z#
- Vector.rotated_around_z(angle)[source]#
Return a new vector which is rotated around the z-axis by angle
- Parameters:
- anglearray_like
angle(s) in rad
- Returns:
- rotated_vector
Vector
- rotated_vector
Return a new vector which is rotated around the z-axis by angle
angle(s) in rad
Vector