DirectXMath Library scalar functions
Lists the scalar functions provided by DirectXMath.
In this section
Topic | Description |
---|---|
XMScalarACos |
Computes the arccosine of a floating-point number. |
XMScalarACosEst |
Estimates the arccosine of a floating-point number. |
XMScalarASin |
Computes the arcsine of a floating-point number. |
XMScalarASinEst |
Estimates the arcsine of a floating-point number. |
XMScalarCos |
Computes the cosine of a radian angle. |
XMScalarCosEst |
Estimates the cosine of a radian angle. |
XMScalarModAngle |
Computes an angle between -XM_PI and XM_PI. |
XMScalarNearEqual |
Determines if two floating-point values are nearly equal. |
XMScalarSin |
Computes the sine of a radian angle. |
XMScalarSinCos |
Computes both the sine and cosine of a radian angle. |
XMScalarSinCosEst |
Estimates both the sine and cosine of a radian angle. |
XMScalarSinEst |
Estimates the sine of a radian angle. |
Related topics