DirectXMath Library 2D Vector Comparison Functions
Lists the 2D vector comparison functions.
In this section
| Topic | Description |
|---|---|
|
Tests whether two 2D vectors are equal. | |
|
Tests whether two 2D vectors are equal, treating each component as an unsigned integer. | |
|
Tests whether two 2D vectors are equal, treating each component as an unsigned integer. In addition, this function returns a comparison value that can be examined using functions such as XMComparisonAllTrue. | |
|
Tests whether two 2D vectors are equal. In addition, this function returns a comparison value that can be examined using functions such as XMComparisonAllTrue. | |
|
Tests whether one 2D vector is greater than another 2D vector. | |
|
Tests whether one 2D vector is greater-than-or-equal-to another 2D vector. | |
|
Tests whether one 2D vector is greater-than-or-equal-to another 2D vector and returns a comparison value that can be examined using functions such as XMComparisonAllTrue. | |
|
Tests whether one 2D vector is greater than another 2D vector and returns a comparison value that can be examined using functions such as XMComparisonAllTrue. | |
|
Tests whether any component of a 2D vector is positive or negative infinity. | |
|
Tests whether any component of a 2D vector is a NaN. | |
|
Tests whether one 2D vector is less than another 2D vector. | |
|
Tests whether one 2D vector is less-than-or-equal-to another 2D vector. | |
|
Tests whether one 2D vector is near another 2D vector. | |
|
Tests whether two 2D vectors are not equal. | |
|
Test whether two vectors are not equal, treating each component as an unsigned integer. |
Related topics