Vector Comparison Functions
Lists the vector comparison functions.
In this section
| Topic | Description |
|---|---|
|
Performs a per-component test for equality of two vectors. | |
|
Performs a per-component test for the equality of two vectors, treating each component as an unsigned integer. | |
|
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. | |
|
Performs a per-component test for equality of two vectors and sets a comparison value that can be examined using functions such as XMComparisonAllTrue. | |
|
Performs a per-component test for greater-than between two vectors. | |
|
Performs a per-component test for greater-than-or-equal between two vectors. | |
|
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. | |
|
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. | |
|
Performs a per-component test for less-than between two vectors. | |
|
Performs a per-component test for less-than-or-equal between two vectors. | |
|
Performs a per-component test for equality of two vectors within a given threshold. |
Related topics