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 |
Create a 3D vector
Vector3{x,y,z}
go
| 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 |
| Type | Description |
|---|---|
| Vector3 | The three-dimensional vector created |