DirectXMath Library Conversion Functions
Lists the conversion functions provided by DirectXMath.
In this section
| Topic | Description |
|---|---|
|
Converts a single-precision floating-point value to a half-precision floating-point value. | |
|
Converts a stream of single-precision floating-point values to a stream of half-precision floating-point values. | |
|
Converts a half-precision floating-point value to a single-precision floating-point value. | |
|
Converts a stream of half-precision floating-point values to a stream of single-precision floating-point values. | |
|
Converts an angle measured in radians into one measured in degrees. | |
|
Converts an angle measured in degrees into one measured in radians. | |
|
Converts an XMVECTOR with float components to an XMVECTOR with int32_t components and applies a uniform bias. | |
|
Converts an XMVECTOR with float components to an XMVECTOR with uint32_t components and applies a uniform bias. | |
|
Converts an XMVECTOR with int32_t components to an XMVECTOR with float components and applies a uniform bias. | |
|
Converts an XMVECTOR with uint32_t components to an XMVECTOR with float components and applies a uniform bias. |
Related topics