| Member Name | Description |
|---|
| ExpandInterleavedXY | Helper: Expands interleaving elements (x, y, z, w) into (x, y, x, y). |
| ExpandInterleavedZW | Helper: Expands interleaving elements (x, y, z, w) into (z, w, z, w). |
| ExpandW | Helper: Fills all the values with the value of W. |
| ExpandX | Helper: Fills all the values with the value of X. |
| ExpandXY | Helper: Expands the x, y values from (x, y, z, w) into (x, x, y, y). |
| ExpandY | Helper: Fills all the values with the value of X. |
| ExpandZ | Helper: Fills all the values with the value of X. |
| ExpandZW | Helper: Expands the z, w values from (x, y, z, w) into (z, z, w, w). |
| RotateLeft | Helper: Rotates the vector elements to the left (x, y, z, w) becomes (w, x, y, z). |
| RotateRight | Helper: Rotates the vector elements to the right. (x, y, z, w) becomes (y, z, w, x). |
| Swap | Helper: Swaps values. (x, y, w, z) becomes (w, z, y, x). |
| WFromW | Indicates that the W value is copied from the source W value. |
| WFromX | Indicates that the W value is copied from the source X value. |
| WFromY | Indicates that the W value is copied from the source Y value. |
| WFromZ | Indicates that the W value is copied from the source Z value. |
| XFromW | Indicates that the X value is copied from the source W value. |
| XFromX | Indicates that the X value is copied from the source X value. |
| XFromY | Indicates that the X value is copied from the source Y value. |
| XFromZ | Indicates that the X value is copied from the source Z value. |
| YFromW | Indicates that the Y value is copied from the source W value. |
| YFromX | Indicates that the Y value is copied from the source X value. |
| YFromY | Indicates that the Y value is copied from the source Y value. |
| YFromZ | Indicates that the Y value is copied from the source Z value. |
| ZFromW | Indicates that the Z value is copied from the source W value. |
| ZFromX | Indicates that the Z value is copied from the source X value. |
| ZFromY | Indicates that the Z value is copied from the source Y value. |
| ZFromZ | Indicates that the Z value is copied from the source Z value. |