[][src]Function nalgebra_glm::uint_bits_to_float

pub fn uint_bits_to_float<D: Dimension>(v: &TVec<u32, D>) -> TVec<f32, D> where
    DefaultAllocator: Alloc<f32, D>, 

For each component of v, returns a floating-point value corresponding to a unsigned integer encoding of a floating-point value.

If an inf or NaN is passed in, it will not signal, and the resulting floating point value is unspecified. Otherwise, the bit-level representation is preserved.

See also: