atompy.Vector.rotated_around_x#
- Vector.rotated_around_x(angle)[source]#
Return a new vector which is rotated around the x-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 x-axis by angle
angle(s) in rad
Vector