mango.math.axis_angle_from_rotation_matrix

mango.math.axis_angle_from_rotation_matrix(rm)

Converts 3x3 rotation matrix to axis and angle representation.

Parameters:rm (3x3 float matrix) – Rotation matrix.
Return type:tuple
Returns:(axis, radian_angle) pair (angle in radians).

Previous topic

mango.math.axis_angle_from_cross_prod

Next topic

mango.math.axis_angle_to_rotation_matrix

This Page