operator + ( other )
operator
Add another Vector to this one.
Arguments
Name | Type | Description |
---|---|---|
other | Vector | The Vector to be added to this one |
Returns
Type | Description |
---|---|
Vector | New Vector created as the result of the addition |
operator
Add another Vector to this one.
Name | Type | Description |
---|---|---|
other | Vector | The Vector to be added to this one |
Type | Description |
---|---|
Vector | New Vector created as the result of the addition |