rot_about_y

lsst.ts.mthexapod.rot_about_y(xyzpos: ndarray[Any, dtype[float64]], ang: float) ndarray[Any, dtype[float64]]

Rotate a 3-d position about the y axis.

Positive rotation is from from z to x (the usual right-hand rule).

Parameters:
xyzposnumpy.ndarray

x, y, z position.

angfloat

Angle in radians.

Returns:
rotposnumpy.ndarray

Rotated x,y,z position.