Sets this vector from the given vector @param v The vector @return This vector for chaining
(T v)
| 67 | * @param v The vector |
| 68 | * @return This vector for chaining */ |
| 69 | T set (T v); |
| 70 | |
| 71 | /** Subtracts the given vector from this vector. |
| 72 | * @param v The vector |
no outgoing calls