from_angle_axis method

from_angle_axis(, a, axis)

Creates a quaternion around given axis and rotate in clockwise

Returns

Created quaternion


@staticmethod
def from_angle_axis(a, axis):
    ...
ParameterTypeDescription
afloatClockwise rotation in radian
axisVector3Axis

See Also