warp.quat_to_axis_angle#
- warp.quat_to_axis_angle(
- quat: Quaternion[Float],
Kernel
Differentiable
Extract the rotation axis and angle radians a quaternion represents.
- warp.quat_to_axis_angle(
- quat: Quaternion[Float],
- axis: Vector[3, Float],
- angle: Float,
Kernel
Differentiable
Extract the rotation axis and angle radians a quaternion represents.