Adds the given vector to this vector @param v The vector @return This vector for chaining
(T v)
| 81 | * @param v The vector |
| 82 | * @return This vector for chaining */ |
| 83 | T add (T v); |
| 84 | |
| 85 | /** @param v The other vector |
| 86 | * @return The dot product between this and the other vector */ |
no outgoing calls