DirectXMath Library utility functions

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.

 

DirectXMath Library Functions