rotate_degree method

rotate_degree(self, angle, axis)

Chain a rotation transform in degree


def rotate_degree(self, angle, axis):
    ...
ParameterTypeDescription
anglefloatThe angle to rotate in degree
axisaspose.threed.utilities.Vector3The axis to rotate

rotate_degree(self, rot, order)

Append rotation with specified order


def rotate_degree(self, rot, order):
    ...
ParameterTypeDescription
rotaspose.threed.utilities.Vector3Rotation in degrees
orderaspose.threed.utilities.RotationOrder

See Also