* Set the y component of the vector, i.e. element 1. */
| 181 | * Set the y component of the vector, i.e. element 1. |
| 182 | */ |
| 183 | void SetY(const T& y) { this->Data[1] = y; } |
| 184 | |
| 185 | /** |
| 186 | * Get the y component of the vector, i.e. element 1. |
no outgoing calls