Function nalgebra_glm::uint_bits_to_float_scalar[][src]

pub fn uint_bits_to_float_scalar(v: u32) -> f32

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: