set method
set
Sets the x/y/z component in one call.
def set(self, new_x, new_y, new_z):
...
Parameter | Type | Description |
---|---|---|
new_x | float | The x component. |
new_y | float | The y component. |
new_z | float | The z component. |
See Also
- module
aspose.threed.utilities
- class
Vector3