geometry.rotations.rotation_from_axis_angle2

geometry.rotations.rotation_from_axis_angle2 = <function rotation_from_axis_angle2>[source]

Get the rotation from the (axis,angle) representation.

This is an alternative to rotation_from_axis_angle() which goes through the quaternion representation instead of using Rodrigues’ formula.