* Set the x component of the vector, i.e. element 0. */
| 171 | * Set the x component of the vector, i.e. element 0. |
| 172 | */ |
| 173 | void SetX(const T& x) { this->Data[0] = x; } |
| 174 | |
| 175 | /** |
| 176 | * Get the x component of the vector, i.e. element 0. |
no outgoing calls