| Parameter | Description | 
|---|---|
| a | The first vector to add. | 
| b | The second vector to add. | 
                  Vector3Int
        The resulting vector formed from component-wise addition of a and b.
      
Adds two vectors.
This method adds the corresponding components of each vector together, to produce a new vector.