LocalCoordinateSystem.
as_euler
Return Euler angle representation of the coordinate system orientation.
seq (str) – Euler rotation sequence as described in https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial .transform.Rotation.as_euler.html
str
degrees (bool) – Returned angles are in degrees if True, else they are in radians. Default is False.
bool
Array of euler angles.
numpy.ndarray