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