Vec3:unpack
EditReturns the 3 components of the vector as numbers.
x, y, z = Vec3:unpack()
Arguments
None
Returns
Name | Type | Description |
x | number | The x value. |
y | number | The y value. |
z | number | The z value. |
See also
Vec3:set
Vec3
Returns the 3 components of the vector as numbers.
x, y, z = Vec3:unpack()
None
Name | Type | Description |
x | number | The x value. |
y | number | The y value. |
z | number | The z value. |
Vec3:set
Vec3