| Parameter | Description |
|---|---|
| x | The constructed vector's x component will be set to this value. |
| y | The constructed vector's y component will be set to this value. |
| z | The constructed vector's z component will be set to this value. |
bool3 bool3 constructed from arguments.
Returns a bool3 vector constructed from three bool values.
| Parameter | Description |
|---|---|
| x | The constructed vector's x component will be set to this value. |
| yz | The constructed vector's yz components will be set to this value. |
bool3 bool3 constructed from arguments.
Returns a bool3 vector constructed from a bool value and a bool2 vector.
| Parameter | Description |
|---|---|
| xy | The constructed vector's xy components will be set to this value. |
| z | The constructed vector's z component will be set to this value. |
bool3 bool3 constructed from arguments.
Returns a bool3 vector constructed from a bool2 vector and a bool value.
| Parameter | Description |
|---|---|
| xyz | The constructed vector's xyz components will be set to this value. |
bool3 bool3 constructed from arguments.
Returns a bool3 vector constructed from a bool3 vector.
| Parameter | Description |
|---|---|
| v | bool to convert to bool3 |
bool3 Converted value.
Returns a bool3 vector constructed from a single bool value by assigning it to every component.