set_trs method

set_trs

Initializes the matrix with translation/rotation/scale

def set_trs(self, translation, rotation, scale):
    ...
ParameterTypeDescription
translationVector3Translation.
rotationVector3Euler angles for rotation, fields are in degree.
scaleVector3Scale.

See Also