pytransform3d.rotations.active_matrix_from_extrinsic_euler_yxz

pytransform3d.rotations.active_matrix_from_extrinsic_euler_yxz(e)[source]

Compute active rotation matrix from extrinsic yxz Cardan angles.

Parameters:
earray-like, shape (3,)

Angles for rotation around y-, x-, and z-axes (extrinsic rotations)

Returns:
Rarray, shape (3, 3)

Rotation matrix