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