set method

set

Sets the x/y/z component in one call.

def set(self, new_x, new_y, new_z):
    ...
ParameterTypeDescription
new_xfloatThe x component.
new_yfloatThe y component.
new_zfloatThe z component.

See Also