Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Lists the vector comparison functions.
In this section
Topic | Description |
---|---|
XMVectorEqual |
Performs a per-component test for equality of two vectors. |
XMVectorEqualInt |
Performs a per-component test for the equality of two vectors, treating each component as an unsigned integer. |
XMVectorEqualIntR |
Performs a per-component test for equality of two vectors, treating each component as an unsigned integer. In addition, this function sets a comparison value that can be examined using functions such as XMComparisonAllTrue. |
XMVectorEqualR |
Performs a per-component test for equality of two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue. |
XMVectorGreater |
Performs a per-component test for greater-than between two vectors. |
XMVectorGreaterOrEqual |
Performs a per-component test for greater-than-or-equal between two vectors. |
XMVectorGreaterOrEqualR |
Performs a per-component test for greater-than-or-equal between two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue. |
XMVectorGreaterR |
Performs a per-component test for greater-than between two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue. |
XMVectorLess |
Performs a per-component test for less-than between two vectors. |
XMVectorLessOrEqual |
Performs a per-component test for less-than-or-equal between two vectors. |
XMVectorNearEqual |
Performs a per-component test for equality of two vectors within a given threshold. |
Related topics