from_angle_axis method

from_angle_axis

Creates a quaternion around given axis and rotate in clockwise

Returns

Created quaternion

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

See Also