operator - ( other )
operator
Subtract another Vector from this one.
Arguments
Name | Type | Description |
---|---|---|
other | Vector | The Vector to subtract |
Returns
Type | Description |
---|---|
Vector | A new Vector which is the result of the subtraction |
operator
Subtract another Vector from this one.
Name | Type | Description |
---|---|---|
other | Vector | The Vector to subtract |
Type | Description |
---|---|
Vector | A new Vector which is the result of the subtraction |