Enum XMPermutation
Constants used as an element index with Permute(XMVector, XMVector, XMPermutation, XMPermutation, XMPermutation, XMPermutation).
Namespace: JeremyAnsel.DirectX.DXMath
Assembly: JeremyAnsel.DirectX.DXMath.dll
Syntax
public enum XMPermutation : uint
Fields
Name | Description |
---|---|
Permute0W | This indicates that the W component of the first of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute0X | indicates that the X component of the first of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute0Y | This indicates that the Y component of the first of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute0Z | This indicates that the Z component of the first of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute1W | This indicates that the W component of the second of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute1X | This indicates that the X component of the second of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute1Y | This indicates that the Y component of the second of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |
Permute1Z | This indicates that the Z component of the second of the vector arguments is to be copied to the index location in a result vector corresponding to the specified element. |