Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.92 KB

ovw-xnamath-utilities.md

File metadata and controls

42 lines (28 loc) · 2.92 KB
description ms.assetid title ms.topic ms.date
Lists the utility functions provided by DirectXMath.
4d46fd96-55ca-cb66-f878-caf7894535ae
DirectXMath Library utility functions
reference
05/31/2018

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.

 

Related topics

DirectXMath Library Functions