warp.quat_from_axis_angle#

warp.quat_from_axis_angle(
axis: Vector[Float, Literal[3]],
angle: Float,
) Quaternion[Float]#
  • Kernel: true
  • Python: true
  • Differentiable: true

Construct a quaternion representing a rotation of angle radians around the given axis.