Operator ( - Vector4 )
7/14/25Less than 1 minute
Operator ( - Vector4 )
Negates a vector. Each component in the result is negated.
| Symbol | RHS Type | Result Type |
|---|---|---|
| - | Vector4 | Vector4 |
Usage
---@type Vector4
local obj;
local result = -obj;Negates a vector. Each component in the result is negated.
| Symbol | RHS Type | Result Type |
|---|---|---|
| - | Vector4 | Vector4 |
---@type Vector4
local obj;
local result = -obj;