[][src]Module directx_math::conversion

Re-exports

pub use crate::XMConvertToDegrees;
pub use crate::XMConvertToRadians;

Functions

XMConvertVectorFloatToInt

Converts an XMVECTOR with float components to an XMVECTOR with int32_t components and applies a uniform bias.

XMConvertVectorFloatToUInt

Converts an XMVECTOR with uint32_t components to an XMVECTOR with float components and applies a uniform bias.

XMConvertVectorIntToFloat

Converts an XMVECTOR with int32_t components to an XMVECTOR with float components and applies a uniform bias.

XMConvertVectorUIntToFloat

Converts an XMVECTOR with uint32_t components to an XMVECTOR with float components and applies a uniform bias.