Declaration
Vector3{x,y,z}
go
Parameters
Input
Name | Type | Description |
---|---|---|
X | Float | X component of a 3D vector |
Y | Float | Y component of a 3D vector |
Z | Float | Z component of a 3D vector |
Return
Type | Description |
---|---|
Vector3 | The three-dimensional vector created |