rot2d

lsst.ts.mthexapod.rot2d(xypos, ang)

Rotate a 2-d position by the specified angle.

Parameters
xyposList [float]

x, y position.

angfloat

Angle in radians.

Returns
rotated_xyposList [float]

Rotated x,y position.