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