[][src]Function nalgebra_glm::int_bits_to_float_vec

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

For each components of v, returns a floating-point value corresponding to a signed 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: