rot2d

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

Rotate a 2-d position by the specified angle.

Parameters:
xypos : List [float]

x, y position.

ang : float

Angle in radians.

Returns:
rotated_xypos : List [float]

Rotated x,y position.