- qspec.rotation_matrix ( alpha , dr )[source]
-
- Parameters:
-
- alphaarray_like
The angle to rotate.
- drndarray | Iterable
The vector to rotate about.
- Returns:
-
- outNone
The rotation matrix defined by the angle alpha and the vector dr.
The angle to rotate.
The vector to rotate about.
The rotation matrix defined by the angle alpha and the vector dr.