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 utility functions provided by DirectXMath.
In this section
Topic | Description |
---|---|
XMComparisonAllFalse |
Tests the comparison value to determine if all of the compared components are false. |
XMComparisonAllInBounds |
Tests the comparison value to determine if all of the compared components are within set bounds. |
XMComparisonAllTrue |
Tests the comparison value to determine if all of the compared components are true. |
XMComparisonAnyFalse |
Tests the comparison value to determine if any of the compared components are false. |
XMComparisonAnyOutOfBounds |
Tests the comparison value to determine if any of the compared components are outside the set bounds. |
XMComparisonAnyTrue |
Tests the comparison value to determine if any of the compared components are true. |
XMComparisonMixed |
Tests the comparison value to determine if the compared components had mixed results--some true and some false. |
XMFresnelTerm |
Calculates the Fresnel term for unpolarized light. |
XMVerifyCPUSupport |
Indicates if the DirectXMath Library supports the current platform. |
Related topics